summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-23 23:08:48 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-23 23:08:48 +0000
commit4611deddfe84c32a29dc209ac73fe6d285ecb766 (patch)
tree475980cae589e4cabc0b4cec98416476d7cd7e14 /lib/libc
parent4e76df5b9bcb457022337d952d20ff0e485612e1 (diff)
`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))
discussed with todd@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/ohash/ohash_init.34
-rw-r--r--lib/libc/stdlib/div.34
-rw-r--r--lib/libc/stdlib/getenv.34
-rw-r--r--lib/libc/stdlib/getsubopt.34
-rw-r--r--lib/libc/stdlib/ldiv.34
-rw-r--r--lib/libc/stdlib/qdiv.34
-rw-r--r--lib/libc/sys/reboot.24
-rw-r--r--lib/libc/sys/select.24
8 files changed, 16 insertions, 16 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3
index ded763b3ec2..8b13376c1ff 100644
--- a/lib/libc/ohash/ohash_init.3
+++ b/lib/libc/ohash/ohash_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ohash_init.3,v 1.6 2003/05/07 08:52:43 jmc Exp $
+.\" $OpenBSD: ohash_init.3,v 1.7 2004/01/23 23:08:45 jmc Exp $
.\"
.\" Copyright (c) 1999 Marc Espie.
.\"
@@ -84,7 +84,7 @@ elements.
holds the position of the key in each record, and two pointers to
.Xr calloc 3
and
-.Xr free 3 Ns No -like
+.Xr free 3 Ns -like
functions, to use for managing the table internal storage.
.Pp
.Fn ohash_delete
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3
index 460ab53137a..a75614310eb 100644
--- a/lib/libc/stdlib/div.3
+++ b/lib/libc/stdlib/div.3
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: div.3,v 1.6 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: div.3,v 1.7 2004/01/23 23:08:46 jmc Exp $
.\"
.Dd April 19, 1991
.Dt DIV 3
@@ -43,7 +43,7 @@
The
.Fn div
function computes the value
-.Fa num Ns No / Ns Fa denom
+.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named
.Fa div_t
that contains two
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 25c325307d7..054004e1d8b 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getenv.3,v 1.8 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: getenv.3,v 1.9 2004/01/23 23:08:46 jmc Exp $
.\"
.Dd December 11, 1993
.Dt GETENV 3
@@ -87,7 +87,7 @@ is zero, the variable is not reset, otherwise it is reset to the given
The
.Fn putenv
function takes an argument of the form
-.Ar name Ns No = Ns Ar value
+.Ar name Ns = Ns Ar value
and is equivalent to:
.Bd -literal -offset indent
setenv(name, value, 1);
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 83530653d25..8513cfb66aa 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsubopt.3,v 1.7 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: getsubopt.3,v 1.8 2004/01/23 23:08:46 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -67,7 +67,7 @@ in the string, or \-1 if the string contains no tokens or
does not contain a matching string.
.Pp
If the token is of the form
-.Ar name Ns No = Ns Ar value ,
+.Ar name Ns = Ns Ar value ,
the location referenced by
.Fa valuep
will be set to point to the start of the
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3
index f4b5a5fa459..63e1f2165c1 100644
--- a/lib/libc/stdlib/ldiv.3
+++ b/lib/libc/stdlib/ldiv.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: ldiv.3,v 1.6 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: ldiv.3,v 1.7 2004/01/23 23:08:46 jmc Exp $
.\"
.Dd June 29, 1991
.Dt LDIV 3
@@ -45,7 +45,7 @@
The
.Fn ldiv
function computes the value
-.Fa num Ns No / Ns Fa denom
+.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named
.Li ldiv_t
that contains two
diff --git a/lib/libc/stdlib/qdiv.3 b/lib/libc/stdlib/qdiv.3
index 597f951a992..5f17ec17d41 100644
--- a/lib/libc/stdlib/qdiv.3
+++ b/lib/libc/stdlib/qdiv.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qdiv.3,v 1.5 2003/06/02 20:18:38 millert Exp $
+.\" $OpenBSD: qdiv.3,v 1.6 2004/01/23 23:08:46 jmc Exp $
.\"
.Dd June 29, 1991
.Dt QDIV 3
@@ -45,7 +45,7 @@
The
.Fn qdiv
function computes the value
-.Fa num Ns No / Ns Fa denom
+.Fa num Ns / Ns Fa denom
and returns the quotient and remainder in a structure named
.Li qdiv_t
that contains two
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2
index d22a206a0d3..6d26fef7bd5 100644
--- a/lib/libc/sys/reboot.2
+++ b/lib/libc/sys/reboot.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: reboot.2,v 1.10 2003/06/02 20:18:39 millert Exp $
+.\" $OpenBSD: reboot.2,v 1.11 2004/01/23 23:08:46 jmc Exp $
.\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -61,7 +61,7 @@ The default, causing the system to reboot in its usual fashion.
Interpreted by the bootstrap program itself, causing it to
prompt on the console as to what file should be booted.
Normally, the system is booted from the file
-.Dq Em xx Ns No (0,0)bsd ,
+.Dq Em xx Ns (0,0)bsd ,
where
.Em xx
is the default disk name,
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 75d7ecdf90d..e12f654de2c 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.24 2003/07/30 13:03:07 henning Exp $
+.\" $OpenBSD: select.2,v 1.25 2004/01/23 23:08:46 jmc Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -61,7 +61,7 @@ The first
.Fa nfds
descriptors are checked in each set;
i.e., the descriptors from 0 through
-.Fa nfds Ns No -1
+.Fa nfds Ns -1
in the descriptor sets are examined.
On return,
.Fn select