From nobody@FreeBSD.org  Tue Jan 20 05:39:24 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF2C616A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2004 05:39:24 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF05043D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2004 05:39:23 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i0KDdNdL008768
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 20 Jan 2004 05:39:23 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i0KDdN1Z008767;
	Tue, 20 Jan 2004 05:39:23 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200401201339.i0KDdN1Z008767@www.freebsd.org>
Date: Tue, 20 Jan 2004 05:39:23 -0800 (PST)
From: Marian Cerny <jojo@matfyz.cz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Doubled line in section 12.10.2 of Handbook.
X-Send-Pr-Version: www-2.0

>Number:         61630
>Category:       docs
>Synopsis:       Doubled line in section 12.10.2 of Handbook.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    josef
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 20 05:40:25 PST 2004
>Closed-Date:    Tue Jan 20 15:57:02 PST 2004
>Last-Modified:  Tue Jan 20 15:57:02 PST 2004
>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:
Responsible-Changed-From-To: freebsd-bugs->josef 
Responsible-Changed-By: josef 
Responsible-Changed-When: Tue Jan 20 09:52:35 PST 2004 
Responsible-Changed-Why:  
I will take this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61630 
State-Changed-From-To: open->closed 
State-Changed-By: josef 
State-Changed-When: Tue Jan 20 15:56:45 PST 2004 
State-Changed-Why:  
Committed with additions, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61630 
>Unformatted:
