diff options
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
