Subject: bin/29129: vinum(8) has wrong example newfs invocation
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: None <collver@peak.org>
List: netbsd-bugs
Date: 01/26/2005 19:40:00
>Number: 29129
>Category: bin
>Synopsis: vinum(8) has wrong example newfs invocation
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Wed Jan 26 19:40:00 +0000 2005
>Originator: collver@peak.org
>Release: NetBSD 2.0
>Organization:
>Environment:
System: NetBSD sanctum 2.0 NetBSD 2.0 (SANCTUM) #0: Fri Dec 31 05:51:47 PST 2004 root@sanctum:/usr/src/sys/arch/i386/compile/SANCTUM i386
Architecture: i386
Machine: i386
>Description:
In the vinum(8) manual, the user is instructed to
"# newfs -v /dev/vinum/mirror". The -v option disappeared in
FreeBSD 4.11 in 2002 when it became default behaviour. It
appeared in NetBSD 2.0 with different meaning and syntax.
>How-To-Repeat:
man vinum
/newfs -v
>Fix:
Perhaps s/newfs -v/newfs -F -s _size_/ or something like that.