summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-02-26 13:23:47 +0000
committerru <ru@FreeBSD.org>2001-02-26 13:23:47 +0000
commit3ff23f918dd67299ef3b436b8d11a7f00478b44a (patch)
tree17d2b7bbd0f315d0b73e7641b0272bcca335cc9f /lib/libc
parentde6017833f3b6211a63c635f199de7f71f9ca4df (diff)
downloadFreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.zip
FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.tar.gz
.St -ansiC -> .St -isoC
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/clock.32
-rw-r--r--lib/libc/gen/frexp.32
-rw-r--r--lib/libc/gen/getcwd.32
-rw-r--r--lib/libc/gen/ldexp.32
-rw-r--r--lib/libc/gen/modf.32
-rw-r--r--lib/libc/gen/raise.32
-rw-r--r--lib/libc/gen/setjmp.32
-rw-r--r--lib/libc/locale/ctype.32
-rw-r--r--lib/libc/locale/isalnum.32
-rw-r--r--lib/libc/locale/isalpha.32
-rw-r--r--lib/libc/locale/isascii.32
-rw-r--r--lib/libc/locale/iscntrl.32
-rw-r--r--lib/libc/locale/isdigit.32
-rw-r--r--lib/libc/locale/isgraph.32
-rw-r--r--lib/libc/locale/islower.32
-rw-r--r--lib/libc/locale/isprint.32
-rw-r--r--lib/libc/locale/ispunct.32
-rw-r--r--lib/libc/locale/isspace.32
-rw-r--r--lib/libc/locale/isupper.32
-rw-r--r--lib/libc/locale/isxdigit.32
-rw-r--r--lib/libc/locale/multibyte.32
-rw-r--r--lib/libc/locale/setlocale.32
-rw-r--r--lib/libc/locale/tolower.32
-rw-r--r--lib/libc/locale/toupper.32
-rw-r--r--lib/libc/stdio/fclose.32
-rw-r--r--lib/libc/stdio/ferror.32
-rw-r--r--lib/libc/stdio/fflush.32
-rw-r--r--lib/libc/stdio/fgets.34
-rw-r--r--lib/libc/stdio/fopen.34
-rw-r--r--lib/libc/stdio/fputs.32
-rw-r--r--lib/libc/stdio/fread.32
-rw-r--r--lib/libc/stdio/fseek.32
-rw-r--r--lib/libc/stdio/getc.32
-rw-r--r--lib/libc/stdio/mktemp.32
-rw-r--r--lib/libc/stdio/printf.32
-rw-r--r--lib/libc/stdio/putc.32
-rw-r--r--lib/libc/stdio/remove.32
-rw-r--r--lib/libc/stdio/scanf.36
-rw-r--r--lib/libc/stdio/setbuf.32
-rw-r--r--lib/libc/stdio/stdio.32
-rw-r--r--lib/libc/stdio/tmpnam.32
-rw-r--r--lib/libc/stdio/ungetc.32
-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
-rw-r--r--lib/libc/stdtime/strftime.32
-rw-r--r--lib/libc/string/bstring.32
-rw-r--r--lib/libc/string/memchr.32
-rw-r--r--lib/libc/string/memcmp.32
-rw-r--r--lib/libc/string/memcpy.32
-rw-r--r--lib/libc/string/memmove.32
-rw-r--r--lib/libc/string/memset.32
-rw-r--r--lib/libc/string/strcat.32
-rw-r--r--lib/libc/string/strchr.32
-rw-r--r--lib/libc/string/strcmp.32
-rw-r--r--lib/libc/string/strcoll.32
-rw-r--r--lib/libc/string/strcpy.32
-rw-r--r--lib/libc/string/strcspn.32
-rw-r--r--lib/libc/string/string.32
-rw-r--r--lib/libc/string/strlen.32
-rw-r--r--lib/libc/string/strpbrk.32
-rw-r--r--lib/libc/string/strrchr.32
-rw-r--r--lib/libc/string/strsep.32
-rw-r--r--lib/libc/string/strspn.32
-rw-r--r--lib/libc/string/strstr.32
-rw-r--r--lib/libc/string/strtok.32
-rw-r--r--lib/libc/string/strxfrm.32
83 files changed, 87 insertions, 87 deletions
diff --git a/lib/libc/gen/clock.3 b/lib/libc/gen/clock.3
index 72f2b04..a3b6c92 100644
--- a/lib/libc/gen/clock.3
+++ b/lib/libc/gen/clock.3
@@ -68,4 +68,4 @@ case the return value is \-1.
The
.Fn clock
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3
index 959df84..b903182 100644
--- a/lib/libc/gen/frexp.3
+++ b/lib/libc/gen/frexp.3
@@ -85,4 +85,4 @@ is zero, both parts of the result are zero.
The
.Fn frexp
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 4e08fab..b81740e 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -138,7 +138,7 @@ The
.Fn getcwd
function
conforms to
-.St -ansiC .
+.St -isoC .
The ability to specify a
.Dv NULL
pointer and have
diff --git a/lib/libc/gen/ldexp.3 b/lib/libc/gen/ldexp.3
index e340d0f..e8fe770 100644
--- a/lib/libc/gen/ldexp.3
+++ b/lib/libc/gen/ldexp.3
@@ -77,4 +77,4 @@ is returned.
The
.Fn ldexp
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3
index f403315..b60d060 100644
--- a/lib/libc/gen/modf.3
+++ b/lib/libc/gen/modf.3
@@ -72,4 +72,4 @@ function returns the signed fractional part of
The
.Fn modf
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/gen/raise.3 b/lib/libc/gen/raise.3
index 793759e..2177fa4 100644
--- a/lib/libc/gen/raise.3
+++ b/lib/libc/gen/raise.3
@@ -77,4 +77,4 @@ The
.Fn raise
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3
index 54b6c59..1c4800c 100644
--- a/lib/libc/gen/setjmp.3
+++ b/lib/libc/gen/setjmp.3
@@ -167,7 +167,7 @@ The
and
.Fn longjmp
functions conform to
-.St -ansiC .
+.St -isoC .
The
.Fn sigsetjmp
and
diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3
index f64c19b..5c05468 100644
--- a/lib/libc/locale/ctype.3
+++ b/lib/libc/locale/ctype.3
@@ -144,4 +144,4 @@ These functions, except for
and
.Fn toascii ,
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3
index dcf519e..1d087e2 100644
--- a/lib/libc/locale/isalnum.3
+++ b/lib/libc/locale/isalnum.3
@@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isalnum
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isalpha.3 b/lib/libc/locale/isalpha.3
index 3007d64..80953cd 100644
--- a/lib/libc/locale/isalpha.3
+++ b/lib/libc/locale/isalpha.3
@@ -96,4 +96,4 @@ returns non-zero if the character tests true.
The
.Fn isalpha
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isascii.3 b/lib/libc/locale/isascii.3
index be2bb08..027f794 100644
--- a/lib/libc/locale/isascii.3
+++ b/lib/libc/locale/isascii.3
@@ -58,4 +58,4 @@ between 0 and octal 0177 inclusive.
The
.Fn isascii
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/iscntrl.3 b/lib/libc/locale/iscntrl.3
index cf2d157..cefacad 100644
--- a/lib/libc/locale/iscntrl.3
+++ b/lib/libc/locale/iscntrl.3
@@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn iscntrl
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isdigit.3 b/lib/libc/locale/isdigit.3
index 7cb8952..1a52fa3 100644
--- a/lib/libc/locale/isdigit.3
+++ b/lib/libc/locale/isdigit.3
@@ -81,4 +81,4 @@ returns non-zero if the character tests true.
The
.Fn isdigit
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index 0e5d341..e835bfd 100644
--- a/lib/libc/locale/isgraph.3
+++ b/lib/libc/locale/isgraph.3
@@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isgraph
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/islower.3 b/lib/libc/locale/islower.3
index 255dfb4..fc4720d 100644
--- a/lib/libc/locale/islower.3
+++ b/lib/libc/locale/islower.3
@@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn islower
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3
index 0a8849f..877f21f 100644
--- a/lib/libc/locale/isprint.3
+++ b/lib/libc/locale/isprint.3
@@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isprint
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3
index e3c8f3f..87622b7 100644
--- a/lib/libc/locale/ispunct.3
+++ b/lib/libc/locale/ispunct.3
@@ -89,4 +89,4 @@ returns non-zero if the character tests true.
The
.Fn ispunct
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isspace.3 b/lib/libc/locale/isspace.3
index fbedb53..de962f3 100644
--- a/lib/libc/locale/isspace.3
+++ b/lib/libc/locale/isspace.3
@@ -81,4 +81,4 @@ returns non-zero if the character tests true.
The
.Fn isspace
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isupper.3 b/lib/libc/locale/isupper.3
index 2d186eb..95b2427 100644
--- a/lib/libc/locale/isupper.3
+++ b/lib/libc/locale/isupper.3
@@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn isupper
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/isxdigit.3 b/lib/libc/locale/isxdigit.3
index 3c8c305..0d79a37 100644
--- a/lib/libc/locale/isxdigit.3
+++ b/lib/libc/locale/isxdigit.3
@@ -84,4 +84,4 @@ returns non-zero if the character tests true.
The
.Fn isxdigit
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/multibyte.3 b/lib/libc/locale/multibyte.3
index dff599d..a78a4a2 100644
--- a/lib/libc/locale/multibyte.3
+++ b/lib/libc/locale/multibyte.3
@@ -239,6 +239,6 @@ The
and
.Fn wctomb
functions conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The current implementation does not support shift states.
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 2bd565c..0a545b8 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -303,7 +303,7 @@ The
and
.Fn localeconv
functions conform to
-.St -ansiC .
+.St -isoC .
.Sh HISTORY
The
.Fn setlocale
diff --git a/lib/libc/locale/tolower.3 b/lib/libc/locale/tolower.3
index 9b4a177..e879973 100644
--- a/lib/libc/locale/tolower.3
+++ b/lib/libc/locale/tolower.3
@@ -89,4 +89,4 @@ one; otherwise the argument is returned unchanged.
The
.Fn tolower
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/locale/toupper.3 b/lib/libc/locale/toupper.3
index f32f1a6..337a205 100644
--- a/lib/libc/locale/toupper.3
+++ b/lib/libc/locale/toupper.3
@@ -89,4 +89,4 @@ one; otherwise the argument is returned unchanged.
The
.Fn toupper
function conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 26ff25d..04cae30 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -96,4 +96,4 @@ The
.Fn fclose
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3
index d79686d..9ccad39 100644
--- a/lib/libc/stdio/ferror.3
+++ b/lib/libc/stdio/ferror.3
@@ -100,4 +100,4 @@ The functions
and
.Fn ferror
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 57c589f..73678a8 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -110,4 +110,4 @@ The
.Fn fflush
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index dda95dc..c10a657 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -143,7 +143,7 @@ The functions
and
.Fn gets
conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Since it is usually impossible to ensure that the next input line
is less than some arbitrary length, and because overflowing the
@@ -156,4 +156,4 @@ The
.Fn gets
function
exists purely to conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index b6070c8..ffa699d 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -104,7 +104,7 @@ string can also include the letter ``b'' either as a third character or
as a character between the characters in any of the two-character strings
described above.
This is strictly for compatibility with
-.St -ansiC
+.St -isoC
and has no effect; the ``b'' is ignored.
.Pp
Any created files will have mode
@@ -244,7 +244,7 @@ and
.Fn freopen
functions
conform to
-.St -ansiC .
+.St -isoC .
The
.Fn fdopen
function
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index 34c4ad1..6d2b1f9 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -107,4 +107,4 @@ The functions
and
.Fn puts
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3
index 16e7da3..2a2d10b 100644
--- a/lib/libc/stdio/fread.3
+++ b/lib/libc/stdio/fread.3
@@ -106,4 +106,4 @@ The functions
and
.Fn fwrite
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index bd09b84..f12e047 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -222,7 +222,7 @@ and
.Fn rewind
functions
conform to
-.St -ansiC .
+.St -isoC .
.Pp
The
.Fn fseeko
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index b6e32ef..bd099ab 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -121,7 +121,7 @@ and
.Fn getchar
functions
conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
Since
.Dv EOF
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 0136fe7..1f79e4f 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -173,7 +173,7 @@ passes in a read-only string to
or
.Fn mkdtemp .
This is common with programs that were developed before
-.St -ansiC
+.St -isoC
compilers were common.
For example, calling
.Fn mkstemp
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index e85d139..7e36fb4 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -612,7 +612,7 @@ and
.Fn vsprintf
functions
conform to
-.St -ansiC .
+.St -isoC .
.Sh HISTORY
The functions
.Fn asprintf
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index bb82d58..7f180b4 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -123,7 +123,7 @@ The functions
and
.Fn putchar ,
conform to
-.St -ansiC .
+.St -isoC .
A function
.Fn putw
function appeared in
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index 0ba144a..6627afa 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -87,6 +87,6 @@ or
The
.Fn remove
function conforms to
-.St -ansiC
+.St -isoC
and
.St -xpg4.2 .
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index 2381f6b..ed8daea 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -247,7 +247,7 @@ the next pointer must be a pointer to
Equivalent to
.Cm lx ;
this violates the
-.St -ansiC ,
+.St -isoC ,
but is backwards compatible with previous
.Ux
systems.
@@ -265,7 +265,7 @@ Equivalent to
Equivalent to
.Cm lf ;
this violates the
-.St -ansiC ,
+.St -isoC ,
but is backwards compatible with previous
.Ux
systems.
@@ -420,7 +420,7 @@ The functions
and
.Fn sscanf
conform to
-.St -ansiC .
+.St -isoC .
.Sh HISTORY
The functions
.Fn vscanf ,
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 7b1b63d..e9fa079 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -186,7 +186,7 @@ and
.Fn setvbuf
functions
conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The
.Fn setbuffer
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 657b308..10d79ba 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -225,7 +225,7 @@ library and system functions, especially
The
.Nm
library conforms to
-.St -ansiC .
+.St -isoC .
.Sh LIST OF FUNCTIONS
.Bl -column "Description"
.It Sy "Function Description"
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index 3a14e9c2..ed71236 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -185,7 +185,7 @@ and
.Fn tmpnam
functions
conform to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
These interfaces are provided for System V and
.Tn ANSI
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3
index 2fec98b..f3de89d 100644
--- a/lib/libc/stdio/ungetc.3
+++ b/lib/libc/stdio/ungetc.3
@@ -95,4 +95,4 @@ the operation will fail and the stream will remain unchanged.
The
.Fn ungetc
function conforms to
-.St -ansiC .
+.St -isoC .
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.
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index d4d4ebf..a2e17d9 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -232,7 +232,7 @@ The
.Fn strftime
function
conforms to
-.St -ansiC
+.St -isoC
with a lot of extensions including
.Ql %C ,
.Ql \&%D ,
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3
index 873c785..28ec676 100644
--- a/lib/libc/string/bstring.3
+++ b/lib/libc/string/bstring.3
@@ -97,7 +97,7 @@ The functions
and
.Fn memset
conform to
-.St -ansiC .
+.St -isoC .
.Sh HISTORY
The functions
.Fn bzero
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3
index 2da1b83..fc56ee6 100644
--- a/lib/libc/string/memchr.3
+++ b/lib/libc/string/memchr.3
@@ -79,4 +79,4 @@ The
.Fn memchr
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3
index 1f38f3a..1bf3c8f 100644
--- a/lib/libc/string/memcmp.3
+++ b/lib/libc/string/memcmp.3
@@ -82,4 +82,4 @@ The
.Fn memcmp
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3
index 6b8ce30..267b496 100644
--- a/lib/libc/string/memcpy.3
+++ b/lib/libc/string/memcpy.3
@@ -74,7 +74,7 @@ The
.Fn memcpy
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
In this implementation
.Fn memcpy
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3
index 71626f7..8d14efc 100644
--- a/lib/libc/string/memmove.3
+++ b/lib/libc/string/memmove.3
@@ -75,4 +75,4 @@ The
.Fn memmove
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3
index 2a1253e..baeca31 100644
--- a/lib/libc/string/memset.3
+++ b/lib/libc/string/memset.3
@@ -70,4 +70,4 @@ The
.Fn memset
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index fbb2996..fed5979 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -98,4 +98,4 @@ and
.Fn strncat
functions
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index 86c8bbc..9d8d6ee 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -85,4 +85,4 @@ The
.Fn strchr
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index 22fe3d0..60d99c4 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -94,4 +94,4 @@ and
.Fn strncmp
functions
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index b6d5c75..40cb2f5 100644
--- a/lib/libc/string/strcoll.3
+++ b/lib/libc/string/strcoll.3
@@ -72,4 +72,4 @@ The
.Fn strcoll
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 4c9212a..cb38dce 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -122,4 +122,4 @@ and
.Fn strncpy
functions
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3
index 1a222a3..c3eff53 100644
--- a/lib/libc/string/strcspn.3
+++ b/lib/libc/string/strcspn.3
@@ -82,4 +82,4 @@ The
.Fn strcspn
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index 1131b6d..6a3457c 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -155,4 +155,4 @@ and
.Fn strtok
functions
conform to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3
index 31e8ae1..07b8f61 100644
--- a/lib/libc/string/strlen.3
+++ b/lib/libc/string/strlen.3
@@ -70,4 +70,4 @@ The
.Fn strlen
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3
index b9a3e52..b7fa710 100644
--- a/lib/libc/string/strpbrk.3
+++ b/lib/libc/string/strpbrk.3
@@ -77,4 +77,4 @@ The
.Fn strpbrk
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strrchr.3 b/lib/libc/string/strrchr.3
index d2d8c9e..4d5ec03 100644
--- a/lib/libc/string/strrchr.3
+++ b/lib/libc/string/strrchr.3
@@ -88,4 +88,4 @@ The
.Fn strrchr
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index bc945f7..e0fe124 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -111,7 +111,7 @@ function.
While the
.Fn strtok
function should be preferred for portability reasons (it conforms to
-.St -ansiC )
+.St -isoC )
it is unable to handle empty fields, i.e. detect fields delimited by
two adjacent delimiter characters, or to be used for more than a single
string at a time.
diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3
index 41d70ce..07e4158 100644
--- a/lib/libc/string/strspn.3
+++ b/lib/libc/string/strspn.3
@@ -77,4 +77,4 @@ The
.Fn strspn
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3
index f6b20ca..c29ddf1 100644
--- a/lib/libc/string/strstr.3
+++ b/lib/libc/string/strstr.3
@@ -86,4 +86,4 @@ The
.Fn strstr
function
conforms to
-.St -ansiC .
+.St -isoC .
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index ea28f94..297c982 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -150,7 +150,7 @@ The
.Fn strtok
function
conforms to
-.St -ansiC .
+.St -isoC .
.Sh BUGS
The System V
.Fn strtok ,
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index 5e49658..617cf7c 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -96,4 +96,4 @@ The
.Fn strxfrm
function
conforms to
-.St -ansiC .
+.St -isoC .
OpenPOWER on IntegriCloud