summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fclose.31
-rw-r--r--lib/libc/stdio/ferror.31
-rw-r--r--lib/libc/stdio/fflush.31
-rw-r--r--lib/libc/stdio/fgetln.31
-rw-r--r--lib/libc/stdio/fgets.31
-rw-r--r--lib/libc/stdio/fopen.31
-rw-r--r--lib/libc/stdio/fputs.31
-rw-r--r--lib/libc/stdio/fread.31
-rw-r--r--lib/libc/stdio/funopen.31
-rw-r--r--lib/libc/stdio/getc.31
-rw-r--r--lib/libc/stdio/mktemp.31
-rw-r--r--lib/libc/stdio/printf.31
-rw-r--r--lib/libc/stdio/putc.31
-rw-r--r--lib/libc/stdio/remove.31
-rw-r--r--lib/libc/stdio/scanf.31
-rw-r--r--lib/libc/stdio/setbuf.31
-rw-r--r--lib/libc/stdio/stdio.31
-rw-r--r--lib/libc/stdio/tmpnam.31
-rw-r--r--lib/libc/stdio/ungetc.31
19 files changed, 19 insertions, 0 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 81f260fc3498b..66af831dd8096 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 411999dcf83de..bb3d895319a96 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 abc8c676a4ff9..60c68c874a523 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 e6c395d332860..9f33d9baa102b 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 22ce5e6501b04..ba60b9786a7d3 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 a82da5ecf9eec..5be334a4e78aa 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 0961366dc09b5..db77965114079 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 c3e591af9ddd8..13d1caa2a3988 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 90e98d4d2890f..1f8cb669da47f 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 0c63fbec5bc18..95201e59d1eac 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 f5fa9cf99625f..9af42482bfc8a 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 082be148639f9..8b4022386581d 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 37daff64bfd0f..f772b1cb45cb8 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 7d6fc7d5100fb..591ae7ba8240d 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 a9bbc4124e2a8..8ccb507ac960a 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 ec5bbd83e23b0..42a689c96dfa5 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 e9a29e920ec58..35a5763979c97 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 d7e0326976143..dd85cbf8b0d7b 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 e5c68d0640b57..262285b8c6951 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