summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2007-05-31 19:19:00 +0000
committerjmc <jmc@openbsd.org>2007-05-31 19:19:00 +0000
commit9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa (patch)
tree2fddcf9d9e52011f770904571a0d31b7260abbb7 /lib/libc/stdio
parentenable all debugging messages by default if the driver is compiled with (diff)
downloadwireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.tar.xz
wireguard-openbsd-9490d37cb6a2f9c8feb8d4b7f9c43b2ac41784aa.zip
convert to new .Dd format;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fclose.34
-rw-r--r--lib/libc/stdio/ferror.34
-rw-r--r--lib/libc/stdio/fflush.34
-rw-r--r--lib/libc/stdio/fgetln.34
-rw-r--r--lib/libc/stdio/fgets.34
-rw-r--r--lib/libc/stdio/fgetws.34
-rw-r--r--lib/libc/stdio/fopen.34
-rw-r--r--lib/libc/stdio/fputs.34
-rw-r--r--lib/libc/stdio/fputws.34
-rw-r--r--lib/libc/stdio/fread.34
-rw-r--r--lib/libc/stdio/fseek.34
-rw-r--r--lib/libc/stdio/funopen.34
-rw-r--r--lib/libc/stdio/fwide.34
-rw-r--r--lib/libc/stdio/getc.34
-rw-r--r--lib/libc/stdio/getwc.34
-rw-r--r--lib/libc/stdio/mktemp.34
-rw-r--r--lib/libc/stdio/perror.34
-rw-r--r--lib/libc/stdio/printf.34
-rw-r--r--lib/libc/stdio/putc.34
-rw-r--r--lib/libc/stdio/putwc.34
-rw-r--r--lib/libc/stdio/remove.34
-rw-r--r--lib/libc/stdio/scanf.34
-rw-r--r--lib/libc/stdio/setbuf.34
-rw-r--r--lib/libc/stdio/stdio.34
-rw-r--r--lib/libc/stdio/tmpnam.34
-rw-r--r--lib/libc/stdio/ungetc.34
-rw-r--r--lib/libc/stdio/ungetwc.34
27 files changed, 54 insertions, 54 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 851d927342f..7b47c482b10 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fclose.3,v 1.5 2003/06/02 20:18:36 millert Exp $
+.\" $OpenBSD: fclose.3,v 1.6 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FCLOSE 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3
index 759ddc8ee1c..26ef6dd9b4c 100644
--- a/lib/libc/stdio/ferror.3
+++ b/lib/libc/stdio/ferror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ferror.3,v 1.6 2003/06/02 20:18:36 millert Exp $
+.\" $OpenBSD: ferror.3,v 1.7 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 19, 1994
+.Dd $Mdocdate: May 31 2007 $
.Dt FERROR 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index ff28e971022..c6a2de95650 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fflush.3,v 1.7 2003/06/02 20:18:36 millert Exp $
+.\" $OpenBSD: fflush.3,v 1.8 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FFLUSH 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3
index 99c362f5e42..277cb5318cb 100644
--- a/lib/libc/stdio/fgetln.3
+++ b/lib/libc/stdio/fgetln.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgetln.3,v 1.13 2006/03/19 07:04:51 ray Exp $
+.\" $OpenBSD: fgetln.3,v 1.14 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 19, 1994
+.Dd $Mdocdate: May 31 2007 $
.Dt FGETLN 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 5d1331019f1..f2d820489f7 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgets.3,v 1.25 2006/10/30 15:58:59 jmc Exp $
+.\" $OpenBSD: fgets.3,v 1.26 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FGETS 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3
index e425f47cca2..a3dfd839311 100644
--- a/lib/libc/stdio/fgetws.3
+++ b/lib/libc/stdio/fgetws.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgetws.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: fgetws.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: fgetws.3,v 1.2 2003/08/07 16:43:23 agc Exp $
.\"
@@ -39,7 +39,7 @@
.\" FreeBSD: src/lib/libc/stdio/fgets.3,v 1.16 2002/05/31 05:01:17 archie Exp
.\" FreeBSD: src/lib/libc/stdio/fgetws.3,v 1.2 2002/09/06 11:23:55 tjr Exp
.\"
-.Dd August 6, 2002
+.Dd $Mdocdate: May 31 2007 $
.Dt FGETWS 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index ff0e0b17ec2..50401707b14 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.19 2005/11/14 23:57:35 jmc Exp $
+.\" $OpenBSD: fopen.3,v 1.20 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FOPEN 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index ac9df3efae8..0a43784dcf4 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fputs.3,v 1.7 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: fputs.3,v 1.8 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FPUTS 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3
index b65152e881a..ba2bceac9c5 100644
--- a/lib/libc/stdio/fputws.3
+++ b/lib/libc/stdio/fputws.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fputws.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: fputws.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: fputws.3,v 1.2 2003/08/07 16:43:24 agc Exp $
.\"
@@ -39,7 +39,7 @@
.\" FreeBSD: src/lib/libc/stdio/fputs.3,v 1.8 2001/10/01 16:08:59 ru Exp
.\" FreeBSD: src/lib/libc/stdio/fputws.c,v 1.4 2002/09/20 13:25:40 tjr Exp
.\"
-.Dd August 6, 2002
+.Dd $Mdocdate: May 31 2007 $
.Dt FPUTWS 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3
index d6cc3480a05..972d7b2e996 100644
--- a/lib/libc/stdio/fread.3
+++ b/lib/libc/stdio/fread.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fread.3,v 1.3 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: fread.3,v 1.4 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 8, 1994
+.Dd $Mdocdate: May 31 2007 $
.Dt FREAD 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index fb591802fa0..acbd41301e1 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fseek.3,v 1.10 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: fseek.3,v 1.11 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd February 21, 2000
+.Dd $Mdocdate: May 31 2007 $
.Dt FSEEK 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index 3e60ed61536..f12b461cc61 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: funopen.3,v 1.13 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: funopen.3,v 1.14 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 9, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt FUNOPEN 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/fwide.3 b/lib/libc/stdio/fwide.3
index e6f3c10fac0..b7fa3d74fd6 100644
--- a/lib/libc/stdio/fwide.3
+++ b/lib/libc/stdio/fwide.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fwide.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: fwide.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: fwide.3,v 1.6 2003/09/08 17:54:32 wiz Exp $
.\"
@@ -28,7 +28,7 @@
.\"
.\" $Citrus: xpg4dl/FreeBSD/lib/libc/stdio/fwide.3,v 1.2 2001/12/07 04:47:08 yamt Exp $
.\"
-.Dd October 24, 2001
+.Dd $Mdocdate: May 31 2007 $
.Dt FWIDE 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index c26d11fd03a..302115fa1bf 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getc.3,v 1.11 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: getc.3,v 1.12 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt GETC 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3
index 43b841256f8..a6e3d1f2c12 100644
--- a/lib/libc/stdio/getwc.3
+++ b/lib/libc/stdio/getwc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getwc.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: getwc.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: getwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $
.\"
@@ -35,7 +35,7 @@
.\"
.\" @(#)getc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 24, 2001
+.Dd $Mdocdate: May 31 2007 $
.Dt GETWC 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 16a5d8e5c29..849306fdf39 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mktemp.3,v 1.40 2007/05/10 22:46:36 espie Exp $
+.\" $OpenBSD: mktemp.3,v 1.41 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt MKTEMP 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3
index becb2e4a57d..17817777809 100644
--- a/lib/libc/stdio/perror.3
+++ b/lib/libc/stdio/perror.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: perror.3,v 1.7 2005/03/24 15:15:31 millert Exp $
+.\" $OpenBSD: perror.3,v 1.8 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 29, 1991
+.Dd $Mdocdate: May 31 2007 $
.Dt PERROR 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 650af91b66e..af93da7646e 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.53 2007/04/01 18:45:16 deraadt Exp $
+.\" $OpenBSD: printf.3,v 1.54 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd December 27, 2005
+.Dd $Mdocdate: May 31 2007 $
.Dt PRINTF 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index ee046bca430..737d9f670bd 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: putc.3,v 1.9 2007/05/12 22:35:34 ray Exp $
+.\" $OpenBSD: putc.3,v 1.10 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt PUTC 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3
index 22ade279654..fabc6b180f8 100644
--- a/lib/libc/stdio/putwc.3
+++ b/lib/libc/stdio/putwc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: putwc.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: putwc.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: putwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $
.\"
@@ -35,7 +35,7 @@
.\"
.\" @(#)putc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 20, 2001
+.Dd $Mdocdate: May 31 2007 $
.Dt PUTWC 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index 196fffb973d..6a9bd27745c 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remove.3,v 1.10 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: remove.3,v 1.11 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)remove.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 7, 1997
+.Dd $Mdocdate: May 31 2007 $
.Dt REMOVE 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index 393651c4ba5..64e44b883e6 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scanf.3,v 1.15 2006/01/13 17:56:18 millert Exp $
+.\" $OpenBSD: scanf.3,v 1.16 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd December 27, 2005
+.Dd $Mdocdate: May 31 2007 $
.Dt SCANF 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 0fb79ad3787..e3aaaed54d6 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setbuf.3,v 1.11 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: setbuf.3,v 1.12 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt SETBUF 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index e69b5da2ac8..020dd872d97 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stdio.3,v 1.18 2005/07/26 03:30:25 jaredy Exp $
+.\" $OpenBSD: stdio.3,v 1.19 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 19, 1994
+.Dd $Mdocdate: May 31 2007 $
.Dt STDIO 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index f227b3fa43c..ffab49111fd 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmpnam.3,v 1.15 2007/01/29 19:13:05 jmc Exp $
+.\" $OpenBSD: tmpnam.3,v 1.16 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 17, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt TMPFILE 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3
index 50977768853..85392075e84 100644
--- a/lib/libc/stdio/ungetc.3
+++ b/lib/libc/stdio/ungetc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ungetc.3,v 1.6 2003/06/02 20:18:37 millert Exp $
+.\" $OpenBSD: ungetc.3,v 1.7 2007/05/31 19:19:31 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 4, 1993
+.Dd $Mdocdate: May 31 2007 $
.Dt UNGETC 3
.Os
.Sh NAME
diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3
index c8318d50182..c4bfd536e5c 100644
--- a/lib/libc/stdio/ungetwc.3
+++ b/lib/libc/stdio/ungetwc.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ungetwc.3,v 1.2 2005/06/17 22:03:18 jmc Exp $
+.\" $OpenBSD: ungetwc.3,v 1.3 2007/05/31 19:19:31 jmc Exp $
.\"
.\" $NetBSD: ungetwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $
.\"
@@ -35,7 +35,7 @@
.\"
.\" @(#)ungetc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd October 24, 2001
+.Dd $Mdocdate: May 31 2007 $
.Dt UNGETWC 3
.Os
.Sh NAME