Module Name: src
Committed By: christos
Date: Sun Dec 1 00:17:14 UTC 2013
Modified Files:
src/share/man/man4: carp.4 ccd.4 cgd.4 md.4 ptm.4 pty.4 raid.4
Log Message:
These don't need count anymore.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/carp.4
cvs rdiff -u -r1.29 -r1.30 src/share/man/man4/ccd.4
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/cgd.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/md.4
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/ptm.4
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/pty.4
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/raid.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/carp.4
diff -u src/share/man/man4/carp.4:1.4 src/share/man/man4/carp.4:1.5
--- src/share/man/man4/carp.4:1.4 Sat Dec 23 01:58:20 2006
+++ src/share/man/man4/carp.4 Sat Nov 30 19:17:14 2013
@@ -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
Index: src/share/man/man4/ccd.4
diff -u src/share/man/man4/ccd.4:1.29 src/share/man/man4/ccd.4:1.30
--- src/share/man/man4/ccd.4:1.29 Fri May 2 14:11:05 2008
+++ src/share/man/man4/ccd.4 Sat Nov 30 19:17:14 2013
@@ -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 @@ In order to compile in support for the
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
Index: src/share/man/man4/cgd.4
diff -u src/share/man/man4/cgd.4:1.17 src/share/man/man4/cgd.4:1.18
--- src/share/man/man4/cgd.4:1.17 Tue Dec 4 21:23:20 2012
+++ src/share/man/man4/cgd.4 Sat Nov 30 19:17:14 2013
@@ -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 @@ into your kernel, you must add the drive
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
Index: src/share/man/man4/md.4
diff -u src/share/man/man4/md.4:1.5 src/share/man/man4/md.4:1.6
--- src/share/man/man4/md.4:1.5 Sat Feb 24 23:22:01 2007
+++ src/share/man/man4/md.4 Sat Nov 30 19:17:14 2013
@@ -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
Index: src/share/man/man4/ptm.4
diff -u src/share/man/man4/ptm.4:1.7 src/share/man/man4/ptm.4:1.8
--- src/share/man/man4/ptm.4:1.7 Fri Oct 19 12:49:49 2012
+++ src/share/man/man4/ptm.4 Sat Nov 30 19:17:14 2013
@@ -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
Index: src/share/man/man4/pty.4
diff -u src/share/man/man4/pty.4:1.14 src/share/man/man4/pty.4:1.15
--- src/share/man/man4/pty.4:1.14 Tue Feb 1 13:01:06 2011
+++ src/share/man/man4/pty.4 Sat Nov 30 19:17:14 2013
@@ -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 @@ That is, anything written on the master
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).
Index: src/share/man/man4/raid.4
diff -u src/share/man/man4/raid.4:1.36 src/share/man/man4/raid.4:1.37
--- src/share/man/man4/raid.4:1.36 Mon May 4 16:37:07 2009
+++ src/share/man/man4/raid.4 Sat Nov 30 19:17:14 2013
@@ -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 @@ The first step to using the
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