Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Feb 2000 23:25:05 +0900 (JST)
From:      <haro@tk.kubota.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/16623: Typo in vnconfig(8) manual page.
Message-ID:  <200002091425.XAA38966@jkpc15.ttr.kubota.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         16623
>Category:       docs
>Synopsis:       Typo in vnconfig(8) manual page.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb  9 18:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002091425.XAA38966>