From haro@tk.kubota.co.jp  Wed Feb  9 18:25:05 2000
Return-Path: <haro@tk.kubota.co.jp>
Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202])
	by builder.freebsd.org (Postfix) with ESMTP id B21CE4226
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Feb 2000 18:25:03 -0800 (PST)
Received: by kbtfw.kubota.co.jp; id LAA22106; Thu, 10 Feb 2000 11:24:37 +0900 (JST)
Received: from unknown(133.253.31.1) by kbtfw.kubota.co.jp via smap (V4.2)
	id xma021720; Thu, 10 Feb 00 11:23:56 +0900
Received: (from uucp@localhost)
	by lemond.gkn.kubota.co.jp (8.9.3+3.2W/3.7W00013112) with UUCP id LAA20795
	for FreeBSD-gnats-submit@freebsd.org; Thu, 10 Feb 2000 11:23:56 +0900 (JST)
Received: (from haro@localhost)
	by jkpc15.ttr.kubota.co.jp (8.9.3/3.7W-uucp) id XAA38966;
	Wed, 9 Feb 2000 23:25:05 +0900 (JST)
Message-Id: <200002091425.XAA38966@jkpc15.ttr.kubota.co.jp>
Date: Wed, 9 Feb 2000 23:25:05 +0900 (JST)
From: <haro@tk.kubota.co.jp>
Reply-To: haro@tk.kubota.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: Typo in vnconfig(8) manual page.
X-Send-Pr-Version: 3.2

>Number:         16623
>Category:       docs
>Synopsis:       Typo in vnconfig(8) manual page.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb  9 18:30:01 PST 2000
>Closed-Date:    Wed Feb 16 18:47:08 PST 2000
>Last-Modified:  Wed Feb 16 18:54:42 PST 2000
>Originator:     Munehiro Matsuda
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Office of Business Planning & Development, Kubota Corp.
>Environment:

	FreeBSD 4.0-CURRENT as of Feb 5 2000.
	vnconfig.8 rev 1.13

>Description:

	1. Typo in example: 'vn0' should be 'vn1'
		
           vnconfig -e -s labels,reserve -S 400m vn0
           disklabel -r -w vn1 auto
           newfs /dev/rvn1c
           mount /dev/vn1c /usr/obj

	2. Some typo:

	   'boundry' -->  'boundary'
	   'seperated' --> 'separated'

>How-To-Repeat:

	% man vnconfig

>Fix:

--- vnconfig.8.ctm	Mon Jan 24 11:34:45 2000
+++ vnconfig.8	Wed Feb  9 23:17:06 2000
@@ -141,7 +141,7 @@
 .It Fl S Ar value{k,m,g,t}
 If no regular file is specified, VN will use swap for backing store.
 This option specifies the size of the device.  For example, '23m' for
-23 megabytes.  The VN device will round the size up to a machine page boundry.
+23 megabytes.  The VN device will round the size up to a machine page boundary.
 Filesystems up to 7.9 terrabytes are supported.  When specified along with
 a regular file, this option overrides the regular file's size insofar as
 VN is concerned.
@@ -193,7 +193,7 @@
 	special_file	regular_file	[ feature ]
 .Ed
 .Pp
-where fields are seperated by white space.
+where fields are separated by white space.
 The previously described action options serve to configure, enable,
 disable or unconfigure all devices in the configuration file.
 .Sh FILES
@@ -239,7 +239,7 @@
 relabeling and recreating the filesystem.  It is even possible to fsck the
 VN partitions that previously contained filesystems.
 .Pp
-.Dl vnconfig -e -s labels,reserve -S 400m vn0
+.Dl vnconfig -e -s labels,reserve -S 400m vn1
 .Dl disklabel -r -w vn1 auto
 .Dl newfs /dev/rvn1c
 .Dl mount /dev/vn1c /usr/obj


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: gsutter 
State-Changed-When: Wed Feb 16 18:47:08 PST 2000 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
