Bug 27902

Summary: newfs.8 - wrong place for -U option
Product: Documentation Reporter: Sergey N. Voronkov <snvoronkov>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: obrien
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sergey N. Voronkov 2001-06-06 08:50:01 UTC
	Please compare descriptions:

1) Current one
     -O      Create a
           
     -U      Enables soft updates on the new filesystem.  4.3BSD format
             filesystem.  This options is primarily used to build root
             filesystems that can be understood by older boot ROMs.
2) Should be
     -O      Create a 4.3BSD format filesystem.  This options is primarily      
             used to build root filesystems that can be understood by older
             boot ROMs.

     -U      Enables soft updates on the new filesystem.

Fix: Against 4.3-STABLE (current sould be nearly the some)

#diff -uN newfs.8.old newfs.8 
How-To-Repeat: 	man newfs
Comment 1 ru freebsd_committer freebsd_triage 2001-06-06 10:29:50 UTC
State Changed
From-To: open->closed

Fixed, thanks!