diff options
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/abs.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/atexit.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/atof.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/atoi.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/atol.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/bsearch.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/div.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/exit.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/getenv.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/labs.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/ldiv.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/malloc.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/memory.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/qsort.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/rand.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtod.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtol.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/strtoul.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdlib/system.3 | 2 |
19 files changed, 19 insertions, 19 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 ec2f0f769751..4667c062994c 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 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 d1122ef7c541..e639b5292af7 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 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 05b40e6d7db6..cd4485643bfe 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 bef94d1f81ef..34fae3f42eea 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 1192721fb24e..7c09dac0bf92 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 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 ca7374ad2b40..d0d335cefea8 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 528b6d3a0822..3f28713235b6 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 01c092f3ae79..d3e9696570ee 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 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. |
