Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 These don't need count anymore.



details:   https://anonhg.NetBSD.org/src/rev/c38ab9842ec2
branches:  trunk
changeset: 325026:c38ab9842ec2
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 01 00:17:14 2013 +0000

description:
These don't need count anymore.

diffstat:

 share/man/man4/carp.4 |   6 +++---
 share/man/man4/ccd.4  |  15 ++++++---------
 share/man/man4/cgd.4  |  12 ++++++------
 share/man/man4/md.4   |   6 +++---
 share/man/man4/ptm.4  |   6 +++---
 share/man/man4/pty.4  |  13 ++++---------
 share/man/man4/raid.4 |  12 ++++--------
 7 files changed, 29 insertions(+), 41 deletions(-)

diffs (237 lines):

diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/carp.4
--- a/share/man/man4/carp.4     Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/carp.4     Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: carp.4,v 1.4 2006/12/23 06:58:20 wiz Exp $
+.\"    $NetBSD: carp.4,v 1.5 2013/12/01 00:17:14 christos Exp $
 .\"    $OpenBSD: carp.4,v 1.19 2005/08/09 09:52:12 jmc Exp $
 .\"
 .\" Copyright (c) 2003, Ryan McBride.  All rights reserved.
@@ -24,14 +24,14 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd October 16, 2003
+.Dd November 30, 2013
 .Dt CARP 4
 .Os
 .Sh NAME
 .Nm carp
 .Nd Common Address Redundancy Protocol
 .Sh SYNOPSIS
-.Cd "pseudo-device carp" Op Ar count
+.Cd pseudo-device carp
 .Sh DESCRIPTION
 The
 .Nm
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/ccd.4
--- a/share/man/man4/ccd.4      Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/ccd.4      Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ccd.4,v 1.29 2008/05/02 18:11:05 martin Exp $
+.\"    $NetBSD: ccd.4,v 1.30 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,14 +51,14 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 5, 2004
+.Dd November 30, 2013
 .Dt CCD 4
 .Os
 .Sh NAME
 .Nm ccd
 .Nd Concatenated disk driver
 .Sh SYNOPSIS
-.Cd "pseudo-device ccd" Op Ar count
+.Cd pseudo-device ccd
 .Sh DESCRIPTION
 The
 .Nm
@@ -93,15 +93,12 @@
 you must add a line similar
 to the following to your kernel configuration file:
 .Bd -unfilled -offset indent
-pseudo-device  ccd     4       # concatenated disk devices
+pseudo-device  ccd     # concatenated disk devices
 .Ed
 .Pp
-The count argument is how many
+The 
 .Nm Ns s
-memory is allocated for at boot time.
-In this example, no more than 4
-.Nm Ns s
-may be configured.
+are allocated dynamically as needed.
 .Pp
 A
 .Nm
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/cgd.4
--- a/share/man/man4/cgd.4      Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/cgd.4      Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cgd.4,v 1.17 2012/12/05 02:23:20 christos Exp $
+.\" $NetBSD: cgd.4,v 1.18 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,14 +27,14 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 3, 2012
+.Dd November 30, 2013
 .Dt CGD 4
 .Os
 .Sh NAME
 .Nm cgd
 .Nd cryptographic disk driver
 .Sh SYNOPSIS
-.Cd "pseudo-device cgd" Op Ar count
+.Cd pseudo-device cgd
 .Sh DESCRIPTION
 The
 .Nm
@@ -47,12 +47,12 @@
 file.
 To do this, add a line similar to:
 .Bd -unfilled -offset indent
-pseudo-device   cgd     4       # cryptographic disk driver
+pseudo-device   cgd     # cryptographic disk driver
 .Ed
 .Pp
-The count argument defines how many
+The 
 .Nm
-devices may be configured at a time.
+devices are allocated as needed.
 .Ss Encryption Algorithms
 Currently the following cryptographic algorithms are supported:
 .Bl -tag -width indentxxxxxxx
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/md.4
--- a/share/man/man4/md.4       Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/md.4       Sun Dec 01 00:17:14 2013 +0000
@@ -1,15 +1,15 @@
-.\"   $NetBSD: md.4,v 1.5 2007/02/25 04:22:01 uwe Exp $
+.\"   $NetBSD: md.4,v 1.6 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" This file is in the public domain.
 .\"
-.Dd February 25, 2007
+.Dd November 30, 2013
 .Dt MD 4
 .Os
 .Sh NAME
 .Nm md
 .Nd memory disk driver
 .Sh SYNOPSIS
-.Cd "pseudo-device md" Op Ar count
+.Cd pseudo-device md
 .Sh DESCRIPTION
 The
 .Nm
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/ptm.4
--- a/share/man/man4/ptm.4      Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/ptm.4      Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\"        $NetBSD: ptm.4,v 1.7 2012/10/19 16:49:49 apb Exp $
+.\"        $NetBSD: ptm.4,v 1.8 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" Copyright (c) 2004 Thomas Klausner
 .\" All rights reserved.
@@ -23,14 +23,14 @@
 .\" INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 12, 2005
+.Dd November 30, 2013
 .Dt PTM 4
 .Os
 .Sh NAME
 .Nm ptm
 .Nd pseudo-terminal multiplexor device
 .Sh SYNOPSIS
-.Cd pseudo-device pty Op Ar count
+.Cd pseudo-device pty
 .Sh DESCRIPTION
 The
 .Nm
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/pty.4
--- a/share/man/man4/pty.4      Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/pty.4      Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pty.4,v 1.14 2011/02/01 18:01:06 wiz Exp $
+.\"    $NetBSD: pty.4,v 1.15 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,14 +29,14 @@
 .\"
 .\"     @(#)pty.4      8.2 (Berkeley) 11/30/93
 .\"
-.Dd February 1, 2011
+.Dd November 30, 2013
 .Dt PTY 4
 .Os
 .Sh NAME
 .Nm pty
 .Nd pseudo terminal driver
 .Sh SYNOPSIS
-.Cd pseudo-device pty Op Ar count
+.Cd pseudo-device pty
 .Sh DESCRIPTION
 The
 .Nm
@@ -59,12 +59,7 @@
 slave device as input and anything written on the slave device is
 presented as input on the master device.
 .Pp
-In configuring, if an optional
-.Ar count
-is given in
-the specification, that number of pseudo terminal pairs is initially configured;
-the default count is 16.
-Additional pseudo terminal pairs are allocated on
+Pseudo terminal pairs are allocated on
 as-needed basis, maximum number of them is controlled via
 .Em kern.maxptys
 sysctl (defaults to 992).
diff -r 5b23065edb51 -r c38ab9842ec2 share/man/man4/raid.4
--- a/share/man/man4/raid.4     Sat Nov 30 23:45:05 2013 +0000
+++ b/share/man/man4/raid.4     Sun Dec 01 00:17:14 2013 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: raid.4,v 1.36 2009/05/04 20:37:07 wiz Exp $
+.\"     $NetBSD: raid.4,v 1.37 2013/12/01 00:17:14 christos Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -79,7 +79,7 @@
 .Cd options RF_INCLUDE_PARITYLOGGING=n
 .Cd options RF_INCLUDE_RAID5_RS=n
 .Pp
-.Cd "pseudo-device raid" Op Ar count
+.Cd pseudo-device raid
 .Sh DESCRIPTION
 The
 .Nm
@@ -240,15 +240,11 @@
 driver is to ensure that it is suitably configured in the kernel.
 This is done by adding a line similar to:
 .Bd -unfilled -offset indent
-pseudo-device   raid   4       # RAIDframe disk device
+pseudo-device   raid         # RAIDframe disk device
 .Ed
 .Pp
 to the kernel configuration file.
-The
-.Sq count
-argument
-.Sq ( 4 ,
-in this case), specifies the number of RAIDframe drivers to configure.
+The RAIDframe drivers are configured dynamically as needed.
 To turn on component auto-detection and autoconfiguration of RAID
 sets, simply add:
 .Bd -unfilled -offset indent



Home | Main Index | Thread Index | Old Index