summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-06 16:46:24 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-06 16:46:24 +0000
commit0d8324cd3617af09a60559e2f4557a793a167e34 (patch)
tree2933c6e9f72276c03f0a16b3abc112db4f58a90e /lib/libc/stdlib
parent1367cb73f53466185f1c79ee57154ab6a72ea325 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/abs.32
-rw-r--r--lib/libc/stdlib/atexit.32
-rw-r--r--lib/libc/stdlib/atof.32
-rw-r--r--lib/libc/stdlib/atoi.32
-rw-r--r--lib/libc/stdlib/atol.32
-rw-r--r--lib/libc/stdlib/bsearch.32
-rw-r--r--lib/libc/stdlib/div.32
-rw-r--r--lib/libc/stdlib/exit.32
-rw-r--r--lib/libc/stdlib/getenv.34
-rw-r--r--lib/libc/stdlib/labs.32
-rw-r--r--lib/libc/stdlib/ldiv.32
-rw-r--r--lib/libc/stdlib/malloc.36
-rw-r--r--lib/libc/stdlib/memory.32
-rw-r--r--lib/libc/stdlib/qsort.34
-rw-r--r--lib/libc/stdlib/rand.32
-rw-r--r--lib/libc/stdlib/strtod.32
-rw-r--r--lib/libc/stdlib/system.32
-rw-r--r--lib/libc/stdlib/tsearch.32
18 files changed, 22 insertions, 22 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index 13ee3206f7e7..d51e7f6255d0 100644
--- a/lib/libc/stdlib/abs.3
+++ b/lib/libc/stdlib/abs.3
@@ -72,6 +72,6 @@ the absolute value.
The
.Fn abs
function conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The absolute value of the most negative integer remains negative.
diff --git a/lib/libc/stdlib/atexit.3 b/lib/libc/stdlib/atexit.3
index a9a0ab9dc2e0..6c5fd2dc9603 100644
--- a/lib/libc/stdlib/atexit.3
+++ b/lib/libc/stdlib/atexit.3
@@ -77,4 +77,4 @@ The
.Fn atexit
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 64546cf99f21..350b6c33d60f 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -73,4 +73,4 @@ strtod(nptr, (char **)NULL);
The
.Fn atof
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index dbc3d6130f42..e285b6307403 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -73,4 +73,4 @@ It is equivalent to:
The
.Fn atoi
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/atol.3 b/lib/libc/stdlib/atol.3
index 06b912cd0721..d0da53458b72 100644
--- a/lib/libc/stdlib/atol.3
+++ b/lib/libc/stdlib/atol.3
@@ -74,4 +74,4 @@ The
.Fn atol
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3
index 3f645a3e7e16..81007969168c 100644
--- a/lib/libc/stdlib/bsearch.3
+++ b/lib/libc/stdlib/bsearch.3
@@ -90,4 +90,4 @@ If two members compare as equal, which member is matched is unspecified.
The
.Fn bsearch
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/div.3 b/lib/libc/stdlib/div.3
index acc2cbfed432..ba7f0ac269d2 100644
--- a/lib/libc/stdlib/div.3
+++ b/lib/libc/stdlib/div.3
@@ -67,4 +67,4 @@ The
.Fn div
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/exit.3 b/lib/libc/stdlib/exit.3
index abde0eb542fa..4b6dd788b367 100644
--- a/lib/libc/stdlib/exit.3
+++ b/lib/libc/stdlib/exit.3
@@ -95,4 +95,4 @@ The
.Fn exit
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 4753dfb6c578..e639b5292af7 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -89,7 +89,7 @@ If the variable
.Ar name
does not exist in the list,
it is inserted with the given
-.Ar value.
+.Ar value .
If the variable does exist, the argument
.Ar overwrite
is tested; if
@@ -140,7 +140,7 @@ failed because they were unable to allocate memory for the environment.
The
.Fn getenv
function conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Successive calls to
.Fn setenv
diff --git a/lib/libc/stdlib/labs.3 b/lib/libc/stdlib/labs.3
index 2bcb26aba695..76de596dd2da 100644
--- a/lib/libc/stdlib/labs.3
+++ b/lib/libc/stdlib/labs.3
@@ -64,6 +64,6 @@ The
.Fn labs
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The absolute value of the most negative integer remains negative.
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3
index a0b6798e9ac9..f4c791a551c1 100644
--- a/lib/libc/stdlib/ldiv.3
+++ b/lib/libc/stdlib/ldiv.3
@@ -70,4 +70,4 @@ The
.Fn ldiv
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 7039a257f80f..a42c8229ce94 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -40,7 +40,7 @@
.Dt MALLOC 3
.Os FreeBSD
.Sh NAME
-.Nm malloc, calloc, realloc, free, reallocf
+.Nm malloc , calloc , realloc , free , reallocf
.Nd general purpose memory allocation functions
.Sh LIBRARY
.Lb libc
@@ -297,7 +297,7 @@ function returns no value.
The major difference between this implementation and other allocation
implementations is that the free pages are not accessed unless allocated,
and are aggressively returned to the kernel for reuse.
-.Bd -filled -offset indent
+.Bd -ragged -offset indent
Most allocation implementations will store a data structure containing a
linked list in the free chunks of memory,
used to tie all the free memory together.
@@ -436,7 +436,7 @@ The
and
.Fn free
functions conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The messages printed in case of problems provide no detail about the
actual values.
diff --git a/lib/libc/stdlib/memory.3 b/lib/libc/stdlib/memory.3
index e8944e179ef8..f9a2bc798c01 100644
--- a/lib/libc/stdlib/memory.3
+++ b/lib/libc/stdlib/memory.3
@@ -70,4 +70,4 @@ individual manual pages.
These functions, with the exception of
.Fn alloca
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index 15e1690905ac..7c09dac0bf92 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -40,7 +40,7 @@
.Dt QSORT 3
.Os
.Sh NAME
-.Nm qsort, heapsort, mergesort
+.Nm qsort , heapsort , mergesort
.Nd sort functions
.Sh LIBRARY
.Lb libc
@@ -235,4 +235,4 @@ The
.Fn qsort
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3
index 2690aa98d2e3..b47ff67b8809 100644
--- a/lib/libc/stdlib/rand.3
+++ b/lib/libc/stdlib/rand.3
@@ -98,7 +98,7 @@ and
.Fn srand
functions
conform to
-.St -ansiC .
+.St -isoC .
.Pp
The
.Fn rand_r
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index 1d86a77f9ea4..58a2160cf750 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -114,7 +114,7 @@ The
.Fn strtod
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh AUTHORS
The author of this software is
.An David M. Gay .
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index b849f02f675d..ef9b06f6584d 100644
--- a/lib/libc/stdlib/system.3
+++ b/lib/libc/stdlib/system.3
@@ -97,7 +97,7 @@ The
.Fn system
function
conforms to
-.St -ansiC .
+.St -isoC .
and is expected to be
.St -p1003.2
compatible.
diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3
index 1df846c696cc..b6d66f89b59b 100644
--- a/lib/libc/stdlib/tsearch.3
+++ b/lib/libc/stdlib/tsearch.3
@@ -31,7 +31,7 @@
.Dt TSEARCH 3
.Os
.Sh NAME
-.Nm tsearch, tfind, tdelete, twalk
+.Nm tsearch , tfind , tdelete , twalk
.Nd manipulate binary search trees
.Sh SYNOPSIS
.Fd #include <search.h>