Bug 61630

Summary: Doubled line in section 12.10.2 of Handbook.
Product: Documentation Reporter: Marian Cerny <jojo>
Component: Books & ArticlesAssignee: josef
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marian Cerny 2004-01-20 13:40:25 UTC
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?

Fix: 

Delete the doubled line. Maybe also add some heading to the third example.
How-To-Repeat: See section 12.10.2 File-Backed File System under FreeBSD 5.X of the Handbook.
Comment 1 josef freebsd_committer freebsd_triage 2004-01-20 17:52:35 UTC
Responsible Changed
From-To: freebsd-bugs->josef

I will take this one.
Comment 2 josef freebsd_committer freebsd_triage 2004-01-20 23:56:45 UTC
State Changed
From-To: open->closed

Committed with additions, thanks.