Bug 74952

Summary: [patch] Ref. to unknown option in man
Product: Documentation Reporter: Hubert Tournier <hubert>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Hubert Tournier 2004-12-11 15:30:29 UTC
 Reference to an unknown newfs option in Vinum man page

Fix: 

Apply the following patch and reinstall vinum :
 
 --- diff begins here ---
 --- /usr/src/sbin/vinum/vinum.8.orig	Sat Dec 11 16:10:10 2004
 +++ /usr/src/sbin/vinum/vinum.8	Sat Dec 11 16:10:35 2004
 @@ -2652,7 +2652,7 @@
   .Pa mirror ,
   enter the following command:
   .Pp
 -.Dl "# newfs -v /dev/vinum/mirror"
 +.Dl "# newfs -U /dev/vinum/mirror"
   .Pp
   A number of other considerations apply to
   .Nm
 --- diff ends here ---
How-To-Repeat:  
 # man vinum
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-12-11 20:32:28 UTC
Class Changed
From-To: sw-bug->doc-bug

Reformat to please GNATS.  (GNATS hates tabs in its fields -- perhaps 
the submitter's email reformatted it that way?) 

Also, the '[patch]' magic string, while not mandatory, seems to be in 
common use to flag that that fix is included.
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2004-12-29 09:19:15 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc

Doc bug.
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2004-12-29 09:24:57 UTC
State Changed
From-To: open->closed

Committed to RELENG_5 only (sbin/vinum no longer exists in CURRENT). 
Thanks for letting us know of the manpage bug :-)