summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ccd.48
-rw-r--r--share/man/man4/cy.44
-rw-r--r--share/man/man5/sysctl.conf.54
-rw-r--r--share/man/man5/wsconsctl.conf.54
-rw-r--r--share/man/man7/environ.76
-rw-r--r--share/man/man9/timeout.94
6 files changed, 15 insertions, 15 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index 7a9cbca6229..5ef17c78d06 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ccd.4,v 1.15 2001/06/23 07:03:53 pjanzen Exp $
+.\" $OpenBSD: ccd.4,v 1.16 2004/01/23 23:08:46 jmc Exp $
.\" $NetBSD: ccd.4,v 1.5 1995/10/09 06:09:09 thorpej Exp $
.\"
.\" Copyright (c) 1994 Jason Downs.
@@ -74,10 +74,10 @@ pseudo-device ccd 4 # concatenated disk devices
.Ed
.Pp
The count argument is how many
-.Nm ccd Ns No 's
+.Nm ccd Ns 's
memory is allocated for at boot time.
In this example, no more than 4
-.Nm ccd Ns No 's
+.Nm ccd Ns 's
may be configured.
.Pp
A
@@ -120,7 +120,7 @@ geometry and size.
Optimum striping cannot occur with different disk types.
.Pp
There is a run-time utility that is used for configuring
-.Nm ccd Ns No 's .
+.Nm ccd Ns 's .
See
.Xr ccdconfig 8
for more information.
diff --git a/share/man/man4/cy.4 b/share/man/man4/cy.4
index afc85352980..cf96974b0dc 100644
--- a/share/man/man4/cy.4
+++ b/share/man/man4/cy.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cy.4,v 1.10 2003/11/09 16:06:07 jmc Exp $
+.\" $OpenBSD: cy.4,v 1.11 2004/01/23 23:08:46 jmc Exp $
.\"
.\" Copyright (c) 1993 Andrew Herbert.
.\" All rights reserved.
@@ -57,7 +57,7 @@ The device minor numbers for this driver are encoded as follows:
.It "cy%d: tty input queue overflow"
Incoming characters have been discarded due to a buffer overflow.
This is caused by the process in control of the device not
-.Xr read 2 Ns No 'ing
+.Xr read 2 Ns 'ing
characters fast enough.
.It "cy%d: receive fifo overrun"
Incoming characters have been discarded due to a CD1400 channel overrun.
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index dc08c5565e3..49470c4360f 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.conf.5,v 1.9 2003/06/17 21:56:24 millert Exp $
+.\" $OpenBSD: sysctl.conf.5,v 1.10 2004/01/23 23:08:46 jmc Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -31,7 +31,7 @@ early on in the boot sequence.
The file is made up of
.Xr sysctl 8
variable assignments
-.Pq Ar variable Ns No = Ns Ar value
+.Pq Ar variable Ns = Ns Ar value
with comments designated by a hash mark
.Pq Sq # .
.Sh FILES
diff --git a/share/man/man5/wsconsctl.conf.5 b/share/man/man5/wsconsctl.conf.5
index 5275d0fba09..739d2d52f2e 100644
--- a/share/man/man5/wsconsctl.conf.5
+++ b/share/man/man5/wsconsctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsconsctl.conf.5,v 1.3 2003/06/06 13:28:13 jmc Exp $
+.\" $OpenBSD: wsconsctl.conf.5,v 1.4 2004/01/23 23:08:46 jmc Exp $
.\"
.\" Copyright (c) 2001 Brian J. Kifiak <bk@rt.fm>
.\" All rights reserved.
@@ -46,7 +46,7 @@ during the boot sequence.
The file is made up of
.Xr wsconsctl 8
variable assignments
-.Pq Ar variable Ns No = Ns Ar value
+.Pq Ar variable Ns = Ns Ar value
with comments designated by a hash mark
.Pq Sq # .
.Sh FILES
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index c8432a8649b..ae1a7d7d62e 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: environ.7,v 1.12 2003/06/02 23:30:14 millert Exp $
+.\" $OpenBSD: environ.7,v 1.13 2004/01/23 23:08:46 jmc Exp $
.\" $NetBSD: environ.7,v 1.4 1995/07/03 19:45:07 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -45,7 +45,7 @@ is made available by
.Xr execve 2
when a process begins.
By convention these strings have the form
-.Ar name Ns No = Ns Ar value .
+.Ar name Ns = Ns Ar value .
The following variables are recognized by various commands:
.Bl -tag -width BLOCKSIZE
.It Ev BLOCKSIZE
@@ -173,7 +173,7 @@ Deprecated synonym of
Further names may be placed in the environment by the
.Ic export
command and
-.Ar name Ns No = Ns Ar value
+.Ar name Ns = Ns Ar value
arguments in
.Xr sh 1 ,
or by the
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 949732ecf4b..e9125f0e4b8 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.9,v 1.21 2003/06/03 01:27:31 art Exp $
+.\" $OpenBSD: timeout.9,v 1.22 2004/01/23 23:08:46 jmc Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -98,7 +98,7 @@ The function
schedules the execution of the
.Fa to
timeout in at least
-.Fa ticks Ns No /hz
+.Fa ticks Ns /hz
seconds.
Negative values of
.Fa ticks