Thu Nov 5 22:35:24 2015 UTC ()
Update to keep up with reality.  In NetBSD 7, the vnconfig command was
renamed.  So add this fact to the HISTORY section and remove BUGS.

XXX Pull-up to NetBSD-7 !


(pgoyette)
diff -r1.39 -r1.40 src/usr.sbin/vnconfig/vnconfig.8

cvs diff -r1.39 -r1.40 src/usr.sbin/vnconfig/vnconfig.8 (expand / switch to unified diff)

--- src/usr.sbin/vnconfig/vnconfig.8 2013/06/09 18:39:31 1.39
+++ src/usr.sbin/vnconfig/vnconfig.8 2015/11/05 22:35:24 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: vnconfig.8,v 1.39 2013/06/09 18:39:31 christos Exp $ 1.\" $NetBSD: vnconfig.8,v 1.40 2015/11/05 22:35:24 pgoyette Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Jason R. Thorpe. 7.\" by Jason R. Thorpe.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -51,27 +51,27 @@ @@ -51,27 +51,27 @@
51.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 51.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
52.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 52.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
53.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 53.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
54.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 54.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
55.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 55.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
56.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 56.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
57.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 57.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 58.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
59.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 59.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
60.\" SUCH DAMAGE. 60.\" SUCH DAMAGE.
61.\" 61.\"
62.\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93 62.\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93
63.\" 63.\"
64.Dd June 9, 2013 64.Dd November 6, 2015
65.Dt VNDCONFIG 8 65.Dt VNDCONFIG 8
66.Os 66.Os
67.Sh NAME 67.Sh NAME
68.Nm vndconfig 68.Nm vndconfig
69.Nd configure vnode disks 69.Nd configure vnode disks
70.Sh SYNOPSIS 70.Sh SYNOPSIS
71.Nm 71.Nm
72.Op Fl crvz 72.Op Fl crvz
73.Op Fl f Ar disktab 73.Op Fl f Ar disktab
74.Op Fl t Ar typename 74.Op Fl t Ar typename
75.Ar vnode_disk 75.Ar vnode_disk
76.Ar regular_file 76.Ar regular_file
77.Op Ar geomspec 77.Op Ar geomspec
@@ -211,19 +211,22 @@ entry in @@ -211,19 +211,22 @@ entry in
211.Pp 211.Pp
212Unconfigures the 212Unconfigures the
213.Pa vnd0 213.Pa vnd0
214device. 214device.
215.Sh SEE ALSO 215.Sh SEE ALSO
216.Xr vndcompress 1 , 216.Xr vndcompress 1 ,
217.Xr opendisk 3 , 217.Xr opendisk 3 ,
218.Xr vnd 4 , 218.Xr vnd 4 ,
219.Xr mount 8 , 219.Xr mount 8 ,
220.Xr swapctl 8 , 220.Xr swapctl 8 ,
221.Xr umount 8 221.Xr umount 8
222.Sh HISTORY 222.Sh HISTORY
223The 223The
224.Nm 224.Nm vnconfig
225command appeared in 225command appeared in
226.Nx 1.0 . 226.Nx 1.0 .
227.Sh BUGS 227It was renamed to
228This command should really be named 228.Nm
229.Nm vndconfig . 229in
 230.Nx 7.0
 231for consistency with other similar commands.
 232(The original name was also retained for backwards compatability.)