From pb@fasterix.freenix.fr  Fri May 26 10:36:30 1995
Received: from jabba.fdn.org (jabba.fdn.org [193.55.4.70])
          by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA01161
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 26 May 1995 10:36:11 -0700
Received: (from uucp@localhost) by jabba.fdn.org (8.6.8/8.6.9) with UUCP id TAA06446 for FreeBSD-gnats-submit@freebsd.org; Fri, 26 May 1995 19:36:00 +0200
Received: (pb@localhost) by fasterix.frmug.fr.net (8.6.11/fasterix-941011) id SAA02728; Fri, 26 May 1995 18:37:06 +0200
Message-Id: <199505261637.SAA02728@fasterix.frmug.fr.net>
Date: Fri, 26 May 1995 18:37:06 +0200
From: Pierre Beyssac <pb@fasterix.freenix.fr>
Reply-To: pb@fasterix.freenix.fr
To: FreeBSD-gnats-submit@freebsd.org
Subject: typos in vnconfig(8) man page
X-Send-Pr-Version: 3.2

>Number:         447
>Category:       docs
>Synopsis:       typos in vnconfig.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs (FreeBSD bugs mailing list)
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 26 10:40:05 1995
>Closed-Date:    Sat Jul 8 02:30:34 PDT 1995
>Last-Modified:
>Originator:     Pierre Beyssac
>Release:        FreeBSD 2.0-BUILT-19950526 i386
>Organization:
Pierre Beyssac
>Environment:

	-current.

>Description:

	The vnconfig man page needs updating (change vndXX to vnXX).
	The -a option description is not very visible.

>How-To-Repeat:

>Fix:

--- vnconfig.8.old	Fri May 26 18:31:34 1995
+++ vnconfig.8	Fri May 26 18:32:31 1995
@@ -116,5 +116,7 @@
 .El
 .Pp
-The second (-a) form of the command reads a command file and performs the
+The second (
+.Fl a
+) form of the command reads a command file and performs the
 specified actions for each device/file pair.
 With
@@ -140,19 +142,19 @@
 .Sh EXAMPLES
 .Pp
-.Dl vnconfig /dev/vnd0c /tmp/diskimage
+.Dl vnconfig /dev/vn0c /tmp/diskimage
 .Pp
 Configures the vnode disk
-.Pa vnd0c .
+.Pa vn0c .
 .Pp
-.Dl vnconfig -e /dev/vnd0c /var/swapfile swap
+.Dl vnconfig -e /dev/vn0c /var/swapfile swap
 .Pp
 Configures
-.Pa vnd0c
+.Pa vn0c
 and enables swapping on it.
 .Pp
-.Dl vnconfig -d /dev/vnd0c myfilesystem mount=/mnt
+.Dl vnconfig -d /dev/vn0c myfilesystem mount=/mnt
 .Pp
 Unmounts (disables)
-.Pa vnd0c .
+.Pa vn0c .
 .Pp
 .Dl vnconfig -ae
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rgrimes 
State-Changed-When: Sat Jul 8 02:30:34 PDT 1995 
State-Changed-Why:  
Patch applied as: 
Checking in vnconfig.8; 
/home/ncvs/src/usr.sbin/vnconfig/vnconfig.8,v  <--  vnconfig.8 
new revision: 1.2; previous revision: 1.1 

>Unformatted:



