diff options
author | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-26 13:23:47 +0000 |
commit | 3ff23f918dd67299ef3b436b8d11a7f00478b44a (patch) | |
tree | 17d2b7bbd0f315d0b73e7641b0272bcca335cc9f /lib/libc/stdio | |
parent | de6017833f3b6211a63c635f199de7f71f9ca4df (diff) | |
download | FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.zip FreeBSD-src-3ff23f918dd67299ef3b436b8d11a7f00478b44a.tar.gz |
.St -ansiC -> .St -isoC
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fclose.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/ferror.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fflush.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fgets.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/fputs.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fread.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/fseek.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/getc.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/putc.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/remove.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/scanf.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/stdio.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 2 | ||||
-rw-r--r-- | lib/libc/stdio/ungetc.3 | 2 |
18 files changed, 22 insertions, 22 deletions
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 . |