Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2004 05:39:23 -0800 (PST)
From:      Marian Cerny <jojo@matfyz.cz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/61630: Doubled line in section 12.10.2 of Handbook.
Message-ID:  <200401201339.i0KDdN1Z008767@www.freebsd.org>
Resent-Message-ID: <200401201340.i0KDeQoK030270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61630
>Category:       misc
>Synopsis:       Doubled line in section 12.10.2 of Handbook.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 05:40:25 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Marian Cerny
>Release:        5.1R
>Organization:
>Environment:
FreeBSD mrokarik 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003     root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
In section 12.10.2 File-Backed File System under FreeBSD 5.X of Handbook is written:

# dd if=/dev/zero of=newimage bs=1k count=5k
5120+0 records in
5120+0 records in
5120+0 records out
# mdmfs -F newimage -s 5m md0 /mnt
# df /mnt
Filesystem 1K-blocks Used Avail Capacity  Mounted on
/dev/md0        4846    2  4458     0%    /mnt

where this line is doubled:
5120+0 records in
5120+0 records in

Also, before this example there are two examples:
Example 12-6. Using mdconfig to Mount an Existing File System Image under FreeBSD 5.X
Example 12-7. Creating a New File-Backed Disk with mdconfig

This example (in which the doubled line is) does not have it's heading. Is this ok?
>How-To-Repeat:
See section 12.10.2 File-Backed File System under FreeBSD 5.X of the Handbook.
>Fix:
Delete the doubled line. Maybe also add some heading to the third example.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401201339.i0KDdN1Z008767>