summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
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/flockfile.34
-rw-r--r--lib/libc/stdio/fopen.34
-rw-r--r--lib/libc/stdio/fparseln.34
-rw-r--r--lib/libc/stdio/fputs.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.36
-rw-r--r--lib/libc/stdio/getc.34
-rw-r--r--lib/libc/stdio/getwc.36
-rw-r--r--lib/libc/stdio/mktemp.34
-rw-r--r--lib/libc/stdio/perror.34
-rw-r--r--lib/libc/stdio/printf.36
-rw-r--r--lib/libc/stdio/putc.34
-rw-r--r--lib/libc/stdio/putwc.36
-rw-r--r--lib/libc/stdio/remove.34
-rw-r--r--lib/libc/stdio/scanf.36
-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.36
27 files changed, 60 insertions, 60 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3
index 72693870253..6d9cd48b1e8 100644
--- a/lib/libc/stdio/fclose.3
+++ b/lib/libc/stdio/fclose.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fclose.3,v 1.7 2003/01/18 11:29:50 thorpej Exp $
+.\" $NetBSD: fclose.3,v 1.8 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fclose "FILE *stream"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/ferror.3 b/lib/libc/stdio/ferror.3
index ac76bdc15ad..fd47f71809c 100644
--- a/lib/libc/stdio/ferror.3
+++ b/lib/libc/stdio/ferror.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ferror.3,v 1.9 2003/01/18 11:29:51 thorpej Exp $
+.\" $NetBSD: ferror.3,v 1.10 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,7 +49,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft void
.Fn clearerr "FILE *stream"
.Ft int
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3
index 62f67ab0eea..2fc5aed63bb 100644
--- a/lib/libc/stdio/fflush.3
+++ b/lib/libc/stdio/fflush.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fflush.3,v 1.10 2003/01/18 11:29:51 thorpej Exp $
+.\" $NetBSD: fflush.3,v 1.11 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fflush "FILE *stream"
.Ft int
diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3
index dff1d03adca..23a2d7c21d2 100644
--- a/lib/libc/stdio/fgetln.3
+++ b/lib/libc/stdio/fgetln.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fgetln.3,v 1.9 2003/01/18 11:29:51 thorpej Exp $
+.\" $NetBSD: fgetln.3,v 1.10 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft char *
.Fn fgetln "FILE * restrict stream" "size_t * restrict len"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 3cb80f45aaf..c4e70a8a59a 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fgets.3,v 1.15 2003/01/18 11:29:51 thorpej Exp $
+.\" $NetBSD: fgets.3,v 1.16 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft char *
.Fn fgets "char * restrict str" "int size" "FILE * restrict stream"
.Ft char *
diff --git a/lib/libc/stdio/flockfile.3 b/lib/libc/stdio/flockfile.3
index c76ae7a471e..89ce002a0fc 100644
--- a/lib/libc/stdio/flockfile.3
+++ b/lib/libc/stdio/flockfile.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: flockfile.3,v 1.2 2003/01/28 20:33:25 wiz Exp $
+.\" $NetBSD: flockfile.3,v 1.3 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -45,7 +45,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft void
.Fn flockfile "FILE *file"
.Ft int
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 2f2bcb0de4f..8a7291d2b3a 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fopen.3,v 1.20 2003/03/28 17:00:49 pooka Exp $
+.\" $NetBSD: fopen.3,v 1.21 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,7 +48,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft FILE *
.Fn fopen "const char *path" "const char *mode"
.Ft FILE *
diff --git a/lib/libc/stdio/fparseln.3 b/lib/libc/stdio/fparseln.3
index d9357ca7e2f..3ee3099f1b0 100644
--- a/lib/libc/stdio/fparseln.3
+++ b/lib/libc/stdio/fparseln.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fparseln.3,v 1.2 2003/01/18 11:29:52 thorpej Exp $
+.\" $NetBSD: fparseln.3,v 1.3 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
.\"
@@ -36,7 +36,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft "char *"
.Fo "fparseln"
.Fa "FILE *stream" "size_t *len" "size_t *lineno"
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3
index b2feba25bfb..d785e124931 100644
--- a/lib/libc/stdio/fputs.3
+++ b/lib/libc/stdio/fputs.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fputs.3,v 1.9 2003/01/18 11:29:53 thorpej Exp $
+.\" $NetBSD: fputs.3,v 1.10 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fputs "const char * restrict str" "FILE * restrict stream"
.Ft int
diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3
index 8fd2526cadc..d9bfd7f9550 100644
--- a/lib/libc/stdio/fread.3
+++ b/lib/libc/stdio/fread.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fread.3,v 1.10 2003/01/18 11:29:53 thorpej Exp $
+.\" $NetBSD: fread.3,v 1.11 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -47,7 +47,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft size_t
.Fn fread "void * restrict ptr" "size_t size" "size_t nmemb" "FILE * restrict stream"
.Ft size_t
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index f0a89672cca..0c315405ea2 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fseek.3,v 1.22 2003/01/18 11:29:53 thorpej Exp $
+.\" $NetBSD: fseek.3,v 1.23 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -52,7 +52,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fseek "FILE *stream" "long int offset" "int whence"
.Ft int
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index b1769cdc068..31088b8942e 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: funopen.3,v 1.12 2003/01/18 11:29:54 thorpej Exp $
+.\" $NetBSD: funopen.3,v 1.13 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft FILE *
.Fn funopen "void *cookie" "int (*readfn)(void *, char *, int)" "int (*writefn)(void *, const char *, int)" "fpos_t (*seekfn)(void *, fpos_t, int)" "int (*closefn)(void *)"
.Ft FILE *
diff --git a/lib/libc/stdio/fwide.3 b/lib/libc/stdio/fwide.3
index 9b345568242..8e5d09a1954 100644
--- a/lib/libc/stdio/fwide.3
+++ b/lib/libc/stdio/fwide.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: fwide.3,v 1.4 2003/01/18 11:29:54 thorpej Exp $
+.\" $NetBSD: fwide.3,v 1.5 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c)2001 Citrus Project,
.\" All rights reserved.
@@ -35,8 +35,8 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
-.Fd #include \*[Lt]wchar.h\*[Gt]
+.In stdio.h
+.In wchar.h
.Ft int
.Fn fwide "FILE *stream" "int mode"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index b9fc0270ea3..eb643d5d229 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getc.3,v 1.10 2003/01/28 20:26:04 kleink Exp $
+.\" $NetBSD: getc.3,v 1.11 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fgetc "FILE *stream"
.Ft int
diff --git a/lib/libc/stdio/getwc.3 b/lib/libc/stdio/getwc.3
index c30c7603e0d..b6409801f20 100644
--- a/lib/libc/stdio/getwc.3
+++ b/lib/libc/stdio/getwc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getwc.3,v 1.4 2003/01/18 11:29:55 thorpej Exp $
+.\" $NetBSD: getwc.3,v 1.5 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,8 +48,8 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
-.Fd #include \*[Lt]wchar.h\*[Gt]
+.In stdio.h
+.In wchar.h
.Ft wint_t
.Fn fgetwc "FILE *stream"
.Ft wint_t
diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3
index 828f9d6f54a..8ac89529592 100644
--- a/lib/libc/stdio/mktemp.3
+++ b/lib/libc/stdio/mktemp.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: mktemp.3,v 1.19 2003/02/16 16:21:59 wiz Exp $
+.\" $NetBSD: mktemp.3,v 1.20 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -44,7 +44,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdlib.h\*[Gt]
+.In stdlib.h
.Ft char *
.Fn mktemp "char *template"
.Ft int
diff --git a/lib/libc/stdio/perror.3 b/lib/libc/stdio/perror.3
index 96646d39416..7056159fb0d 100644
--- a/lib/libc/stdio/perror.3
+++ b/lib/libc/stdio/perror.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: perror.3,v 1.8 2003/01/18 11:29:56 thorpej Exp $
+.\" $NetBSD: perror.3,v 1.9 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft void
.Fn perror "const char *string"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 5ca0e892d7d..cf44ddbb207 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: printf.3,v 1.30 2003/01/18 11:29:56 thorpej Exp $
+.\" $NetBSD: printf.3,v 1.31 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -55,7 +55,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn printf "const char * restrict format" ...
.Ft int
@@ -66,7 +66,7 @@
.Fn snprintf "char * restrict str" "size_t size" "const char * restrict format" ...
.Ft int
.Fn asprintf "char ** restrict ret" "const char * restrict format" ...
-.Fd #include \*[Lt]stdarg.h\*[Gt]
+.In stdarg.h
.Ft int
.Fn vprintf "const char * restrict format" "va_list ap"
.Ft int
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index 0613eb038d3..e487227e6a5 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: putc.3,v 1.9 2003/01/18 11:29:56 thorpej Exp $
+.\" $NetBSD: putc.3,v 1.10 2003/04/16 13:34:44 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn fputc "int c" "FILE *stream"
.Ft int
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3
index ffa4f4adc7f..94051049050 100644
--- a/lib/libc/stdio/putwc.3
+++ b/lib/libc/stdio/putwc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: putwc.3,v 1.4 2003/01/18 11:29:56 thorpej Exp $
+.\" $NetBSD: putwc.3,v 1.5 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,8 +48,8 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
-.Fd #include \*[Lt]wchar.h\*[Gt]
+.In stdio.h
+.In wchar.h
.Ft wint_t
.Fn fputwc "wchar_t wc" "FILE *stream"
.Ft wint_t
diff --git a/lib/libc/stdio/remove.3 b/lib/libc/stdio/remove.3
index 6f2781cb76e..7e0e9ae8a8c 100644
--- a/lib/libc/stdio/remove.3
+++ b/lib/libc/stdio/remove.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: remove.3,v 1.10 2003/01/18 11:29:56 thorpej Exp $
+.\" $NetBSD: remove.3,v 1.11 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn remove "const char *path"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/scanf.3 b/lib/libc/stdio/scanf.3
index ed1fc62ce1b..f6cd0b7e9c9 100644
--- a/lib/libc/stdio/scanf.3
+++ b/lib/libc/stdio/scanf.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: scanf.3,v 1.16 2003/01/18 11:29:57 thorpej Exp $
+.\" $NetBSD: scanf.3,v 1.17 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,14 +51,14 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn scanf "const char * restrict format" ...
.Ft int
.Fn fscanf "FILE * restrict stream" "const char * restrict format" ...
.Ft int
.Fn sscanf "const char * restrict str" "const char * restrict format" ...
-.Fd #include \*[Lt]stdarg.h\*[Gt]
+.In stdarg.h
.Ft int
.Fn vscanf "const char * restrict format" "va_list ap"
.Ft int
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 6e8ea0360c1..db6c9f24c4e 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: setbuf.3,v 1.11 2003/01/18 11:29:57 thorpej Exp $
+.\" $NetBSD: setbuf.3,v 1.12 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -49,7 +49,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft void
.Fn setbuf "FILE * restrict stream" "char * restrict buf"
.Ft void
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3
index 5d6b4ec05cd..5d631260bab 100644
--- a/lib/libc/stdio/stdio.3
+++ b/lib/libc/stdio/stdio.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: stdio.3,v 1.17 2003/01/28 20:26:04 kleink Exp $
+.\" $NetBSD: stdio.3,v 1.18 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Fd FILE *stdin;
.Fd FILE *stdout;
.Fd FILE *stderr;
diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3
index bed6705effa..75002562c0d 100644
--- a/lib/libc/stdio/tmpnam.3
+++ b/lib/libc/stdio/tmpnam.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: tmpnam.3,v 1.12 2003/01/18 11:29:58 thorpej Exp $
+.\" $NetBSD: tmpnam.3,v 1.13 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,7 +48,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft FILE *
.Fn tmpfile void
.Ft char *
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3
index 392ec69215d..cf1ca2f0e31 100644
--- a/lib/libc/stdio/ungetc.3
+++ b/lib/libc/stdio/ungetc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ungetc.3,v 1.7 2003/01/18 11:29:58 thorpej Exp $
+.\" $NetBSD: ungetc.3,v 1.8 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
+.In stdio.h
.Ft int
.Fn ungetc "int c" "FILE *stream"
.Sh DESCRIPTION
diff --git a/lib/libc/stdio/ungetwc.3 b/lib/libc/stdio/ungetwc.3
index 3582114c484..d67f189389b 100644
--- a/lib/libc/stdio/ungetwc.3
+++ b/lib/libc/stdio/ungetwc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: ungetwc.3,v 1.4 2003/01/18 11:29:59 thorpej Exp $
+.\" $NetBSD: ungetwc.3,v 1.5 2003/04/16 13:34:45 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,8 +46,8 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include \*[Lt]stdio.h\*[Gt]
-.Fd #include \*[Lt]wchar.h\*[Gt]
+.In stdio.h
+.In wchar.h
.Ft wint_t
.Fn ungetwc "wint_t wc" "FILE *stream"
.Sh DESCRIPTION