diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-04-21 09:42:15 +0000 |
| commit | 25bb73e063c17cd9048cf60100dbc0ac5177e94a (patch) | |
| tree | 9160f84286ed4bd1184aae1a5bedcd86c4288d6b /lib/libc/stdio | |
| parent | ddd1f930f3ddb56c67b972a41db67d53b84083ec (diff) | |
Notes
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/fgetln.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 2 | ||||
| -rw-r--r-- | lib/libc/stdio/fopen.3 | 2 | ||||
| -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/funopen.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 | 2 | ||||
| -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 |
20 files changed, 40 insertions, 0 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 9850c8bf2a16d..16cec8b107b07 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -42,6 +42,8 @@ .Sh NAME .Nm fclose .Nd close a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index c6850c95d9d19..d79686d460e4c 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -45,6 +45,8 @@ .Nm ferror , .Nm fileno .Nd check and reset stream status +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft void diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index 0b0ed431fcd9d..2869221b3b259 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -43,6 +43,8 @@ .Nm fflush , .Nm fpurge .Nd flush a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index 17c09e70c13eb..a0c6c03235184 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -38,6 +38,8 @@ .Sh NAME .Nm fgetln .Nd get a line from a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft char * diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 9b4d4ef5251a4..76518b6f0b44a 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -43,6 +43,8 @@ .Nm fgets , .Nm gets .Nd get a line from a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft char * diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 0b767295cb39d..9c10ed1880f2d 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -44,6 +44,8 @@ .Nm fdopen , .Nm freopen .Nd stream open functions +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft FILE * diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 75ba73dd8bef6..63361106b8fba 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -43,6 +43,8 @@ .Nm fputs , .Nm puts .Nd output a line to a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 5fc67a2fd0ad3..16e7da3d8d97f 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -43,6 +43,8 @@ .Nm fread , .Nm fwrite .Nd binary stream input/output +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft size_t diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index fd6ff9ff3d8e5..44c255a6de530 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -48,6 +48,8 @@ .Nm ftello , .Nm rewind .Nd reposition a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index b3cf808a9b9ea..ad1d9d76681f3 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -42,6 +42,8 @@ .Nm fropen , .Nm fwopen .Nd open a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft FILE * diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index b0fde0dd2b056..b6e32efe5c42d 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -45,6 +45,8 @@ .Nm getchar , .Nm getw .Nd get next character or word from input stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 9b92d4a32384c..03024c2428692 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -38,6 +38,8 @@ .Sh NAME .Nm mktemp .Nd make temporary file name (unique) +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <unistd.h> .Ft char * diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index f72c10c3ffa06..088e9e38a13b6 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -51,6 +51,8 @@ .Nm vsnprintf , .Nm vasprintf .Nd formatted output conversion +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index 6de85c120959b..bb82d582de9a3 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -45,6 +45,8 @@ .Nm putchar , .Nm putw .Nd output a character or word to a stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index e9b380bcf3256..4f2c5c4789d92 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -42,6 +42,8 @@ .Sh NAME .Nm remove .Nd remove directory entry +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index f6be01805b1fe..cae4c04782d0f 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -47,6 +47,8 @@ .Nm vsscanf , .Nm vfscanf .Nd input format conversion +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 1626bc1c94a9e..7b1b63dc33190 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -45,6 +45,8 @@ .Nm setlinebuf , .Nm setvbuf .Nd stream buffering operations +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft void diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 345a08338f392..f623ec7b69685 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -38,6 +38,8 @@ .Sh NAME .Nm stdio .Nd standard input/output library functions +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Fd FILE *stdin; diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 423898c88d63b..3a14e9c24cb07 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -44,6 +44,8 @@ .Nm tmpfile , .Nm tmpnam .Nd temporary file routines +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft FILE * diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index cc67589f310b4..2fec98b6b6d3d 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -42,6 +42,8 @@ .Sh NAME .Nm ungetc .Nd un-get character from input stream +.Sh LIBRARY +.Lb libc .Sh SYNOPSIS .Fd #include <stdio.h> .Ft int |
