summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
committerNik Clayton <nik@FreeBSD.org>1999-07-12 20:50:10 +0000
commitfbc400a67a4e6979c5d99fe59d904cf08992a98f (patch)
treee89199ea6f2415b6ecf086fc4b059e8e3b8a4b44 /lib/libc/stdlib
parent077e7b24bc7e9a435ff4f449c0853e37c35d18f3 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/abort.31
-rw-r--r--lib/libc/stdlib/alloca.31
-rw-r--r--lib/libc/stdlib/atexit.31
-rw-r--r--lib/libc/stdlib/atof.31
-rw-r--r--lib/libc/stdlib/atoi.31
-rw-r--r--lib/libc/stdlib/atol.31
-rw-r--r--lib/libc/stdlib/bsearch.31
-rw-r--r--lib/libc/stdlib/div.31
-rw-r--r--lib/libc/stdlib/exit.31
-rw-r--r--lib/libc/stdlib/getenv.31
-rw-r--r--lib/libc/stdlib/getopt.31
-rw-r--r--lib/libc/stdlib/getsubopt.31
-rw-r--r--lib/libc/stdlib/labs.31
-rw-r--r--lib/libc/stdlib/ldiv.31
-rw-r--r--lib/libc/stdlib/qsort.31
-rw-r--r--lib/libc/stdlib/radixsort.31
-rw-r--r--lib/libc/stdlib/rand.31
-rw-r--r--lib/libc/stdlib/random.31
-rw-r--r--lib/libc/stdlib/realpath.31
-rw-r--r--lib/libc/stdlib/strtod.31
-rw-r--r--lib/libc/stdlib/strtol.31
-rw-r--r--lib/libc/stdlib/strtoul.31
-rw-r--r--lib/libc/stdlib/system.31
23 files changed, 23 insertions, 0 deletions
diff --git a/lib/libc/stdlib/abort.3 b/lib/libc/stdlib/abort.3
index 17717e9cea5c..c22f958abb04 100644
--- a/lib/libc/stdlib/abort.3
+++ b/lib/libc/stdlib/abort.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)abort.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ABORT 3
diff --git a/lib/libc/stdlib/alloca.3 b/lib/libc/stdlib/alloca.3
index 498348c51dfc..266b37c72894 100644
--- a/lib/libc/stdlib/alloca.3
+++ b/lib/libc/stdlib/alloca.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)alloca.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ALLOCA 3
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3
index d50d57c86a9a..8755fbbb1aac 100644
--- a/lib/libc/stdlib/atexit.3
+++ b/lib/libc/stdlib/atexit.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)atexit.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ATEXIT 3
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 85c46ecfdded..1604feae06d4 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)atof.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ATOF 3
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index a39779feb8fe..9c20bcdecbcc 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)atoi.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ATOI 3
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3
index 6b12cc902dc5..4a8ef3a90a94 100644
--- a/lib/libc/stdlib/atol.3
+++ b/lib/libc/stdlib/atol.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)atol.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt ATOL 3
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3
index a4e076e4b201..8e6be579f48c 100644
--- a/lib/libc/stdlib/bsearch.3
+++ b/lib/libc/stdlib/bsearch.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bsearch.3 8.3 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt BSEARCH 3
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3
index f09e8181f5e0..37a978408e0f 100644
--- a/lib/libc/stdlib/div.3
+++ b/lib/libc/stdlib/div.3
@@ -32,6 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)div.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt DIV 3
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index de9127659ea2..837b8c83d8db 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)exit.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt EXIT 3
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index f552d3d49dba..dd6fb3599880 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getenv.3 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
.Dd December 11, 1993
.Dt GETENV 3
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3
index 595e3f37b66d..3916557f9d99 100644
--- a/lib/libc/stdlib/getopt.3
+++ b/lib/libc/stdlib/getopt.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getopt.3 8.5 (Berkeley) 4/27/95
+.\" $Id$
.\"
.Dd April 27, 1995
.Dt GETOPT 3
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 8a0c3e09698d..c3a56b091a6a 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
+.\" $Id$
.\"
.Dd June 9, 1993
.Dt GETSUBOPT 3
diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3
index 2dba8ccf5b93..34305b8143ba 100644
--- a/lib/libc/stdlib/labs.3
+++ b/lib/libc/stdlib/labs.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)labs.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt LABS 3
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3
index 2b61499e4ecd..56f2bcb89c5b 100644
--- a/lib/libc/stdlib/ldiv.3
+++ b/lib/libc/stdlib/ldiv.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ldiv.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt LDIV 3
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index aa2609c7efb0..69ab459ca02e 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)qsort.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt QSORT 3
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index 29a1d9d191c6..292325be603c 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)radixsort.3 8.2 (Berkeley) 1/27/94
+.\" $Id$
.\"
.Dd January 27, 1994
.Dt RADIXSORT 3
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 2aadd6cce6b7..c7c0a37084b9 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rand.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd May 25, 1999
.Dt RAND 3
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index 58ef724ee92a..c57dd84913b5 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)random.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt RANDOM 3
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index 1cbbca9cb765..81a331574c9d 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)realpath.3 8.2 (Berkeley) 2/16/94
+.\" $Id$
.\"
.Dd February 16, 1994
.Dt REALPATH 3
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 742157c222f5..db339ac0d09a 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtod.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt STRTOD 3
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3
index 3d43fb3a317a..abd63a216680 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtol.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt STRTOL 3
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 5d6b050235c6..56cca674cce4 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtoul.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt STRTOUL 3
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index fa7b8d23886e..3c612778fa24 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)system.3 8.1 (Berkeley) 6/4/93
+.\" $Id$
.\"
.Dd June 4, 1993
.Dt SYSTEM 3