summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
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.32
-rw-r--r--lib/libc/stdlib/labs.32
-rw-r--r--lib/libc/stdlib/ldiv.32
-rw-r--r--lib/libc/stdlib/malloc.32
-rw-r--r--lib/libc/stdlib/memory.32
-rw-r--r--lib/libc/stdlib/qsort.32
-rw-r--r--lib/libc/stdlib/rand.32
-rw-r--r--lib/libc/stdlib/strtod.32
-rw-r--r--lib/libc/stdlib/strtol.32
-rw-r--r--lib/libc/stdlib/strtoul.32
-rw-r--r--lib/libc/stdlib/system.32
19 files changed, 19 insertions, 19 deletions
diff --git a/lib/libc/stdlib/abs.3 b/lib/libc/stdlib/abs.3
index 13ee320..d51e7f6 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 a9a0ab9..6c5fd2d 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 ec2f0f7..4667c06 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -77,4 +77,4 @@ character is defined in the program's locale (category
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 dbc3d61..e285b63 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 06b912c..d0da534 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 3f645a3..8100796 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 acc2cbf..ba7f0ac 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 abde0eb..4b6dd78 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 d1122ef..e639b52 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -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 2bcb26a..76de596 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 a0b6798..f4c791a 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 05b40e6..cd44856 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -445,7 +445,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 bef94d1..34fae3f 100644
--- a/lib/libc/stdlib/memory.3
+++ b/lib/libc/stdlib/memory.3
@@ -78,4 +78,4 @@ These functions, with the exception of
and
.Fn mmap
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index 1192721..7c09dac 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -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 2690aa9..b47ff67 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 ca7374a..d0d335c 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -117,7 +117,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/strtol.3 b/lib/libc/stdlib/strtol.3
index 528b6d3..3f28713 100644
--- a/lib/libc/stdlib/strtol.3
+++ b/lib/libc/stdlib/strtol.3
@@ -165,6 +165,6 @@ The
.Fn strtol
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Ignores the current locale.
diff --git a/lib/libc/stdlib/strtoul.3 b/lib/libc/stdlib/strtoul.3
index 01c092f..d3e9696 100644
--- a/lib/libc/stdlib/strtoul.3
+++ b/lib/libc/stdlib/strtoul.3
@@ -160,6 +160,6 @@ The
.Fn strtoul
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Ignores the current locale.
diff --git a/lib/libc/stdlib/system.3 b/lib/libc/stdlib/system.3
index b849f02..ef9b06f 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.
OpenPOWER on IntegriCloud