diff options
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/fclose.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/ferror.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fflush.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fgetln.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fopen.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fputs.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/fread.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/funopen.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/getc.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/mktemp.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/printf.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/putc.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/remove.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/scanf.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/stdio.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/tmpnam.3 | 1 | ||||
| -rw-r--r-- | lib/libc/stdio/ungetc.3 | 1 | 
19 files changed, 19 insertions, 0 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 81f260fc3498..66af831dd809 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fclose.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt FCLOSE 3 diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3 index 411999dcf83d..bb3d895319a9 100644 --- a/lib/libc/stdio/ferror.3 +++ b/lib/libc/stdio/ferror.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)ferror.3	8.2 (Berkeley) 4/19/94 +.\"     $Id$  .\"  .Dd April 19, 1994  .Dt FERROR 3 diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index abc8c676a4ff..60c68c874a52 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fflush.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt FFLUSH 3 diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index e6c395d33286..9f33d9baa102 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -30,6 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fgetln.3	8.3 (Berkeley) 4/19/94 +.\"     $Id$  .\"  .Dd April 19, 1994  .Dt FGETLN 3 diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 22ce5e6501b0..ba60b9786a7d 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fgets.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt FGETS 3 diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index a82da5ecf9ee..5be334a4e78a 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fopen.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt FOPEN 3 diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 0961366dc09b..db7796511407 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fputs.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt FPUTS 3 diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index c3e591af9ddd..13d1caa2a398 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)fread.3	8.2 (Berkeley) 3/8/94 +.\"     $Id$  .\"  .Dd March 8, 1994  .Dt FREAD 3 diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 90e98d4d2890..1f8cb669da47 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -32,6 +32,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)funopen.3	8.1 (Berkeley) 6/9/93 +.\"     $Id$  .\"  .Dd June 9, 1993  .Dt FUNOPEN 3 diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 0c63fbec5bc1..95201e59d1ea 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)getc.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt GETC 3 diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index f5fa9cf99625..9af42482bfc8 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -30,6 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)mktemp.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd February 11, 1998  .Dt MKTEMP 3 diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 082be148639f..8b4022386581 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)printf.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt PRINTF 3 diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index 37daff64bfd0..f772b1cb45cb 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)putc.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt PUTC 3 diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3 index 7d6fc7d5100f..591ae7ba8240 100644 --- a/lib/libc/stdio/remove.3 +++ b/lib/libc/stdio/remove.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)remove.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt REMOVE 3 diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3 index a9bbc4124e2a..8ccb507ac960 100644 --- a/lib/libc/stdio/scanf.3 +++ b/lib/libc/stdio/scanf.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)scanf.3	8.2 (Berkeley) 12/11/93 +.\"     $Id$  .\"  .Dd December 11, 1993  .Dt SCANF 3 diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index ec5bbd83e23b..42a689c96dfa 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)setbuf.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt SETBUF 3 diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index e9a29e920ec5..35a5763979c9 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -30,6 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)stdio.3	8.7 (Berkeley) 4/19/94 +.\"     $Id$  .\"  .Dd April 19, 1994  .Dt STDIO 3 diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index d7e032697614..dd85cbf8b0d7 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)tmpnam.3	8.2 (Berkeley) 11/17/93 +.\"     $Id$  .\"  .Dd November 17, 1993  .Dt TMPFILE 3 diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index e5c68d0640b5..262285b8c695 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -34,6 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)ungetc.3	8.1 (Berkeley) 6/4/93 +.\"     $Id$  .\"  .Dd June 4, 1993  .Dt UNGETC 3  | 
