diff options
author | 2013-06-05 03:39:22 +0000 | |
---|---|---|
committer | 2013-06-05 03:39:22 +0000 | |
commit | 64d4e9871d1af4e50715ace8f2f237ff8e4d36e0 (patch) | |
tree | 90569bb16bd247c9a0433830994a6bc333a5a4f9 /lib/libc/stdio/printf.3 | |
parent | m_defrag(9) wasnt documented. (diff) | |
download | wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.tar.xz wireguard-openbsd-64d4e9871d1af4e50715ace8f2f237ff8e4d36e0.zip |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index d540a97f8e8..f1fc86b85d5 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.62 2013/04/01 20:16:31 guenther Exp $ +.\" $OpenBSD: printf.3,v 1.63 2013/06/05 03:39:23 tedu 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 $Mdocdate: April 1 2013 $ +.Dd $Mdocdate: June 5 2013 $ .Dt PRINTF 3 .Os .Sh NAME @@ -51,7 +51,7 @@ .Nm vdprintf .Nd formatted output conversion .Sh SYNOPSIS -.Fd #include <stdio.h> +.In stdio.h .Ft int .Fn printf "const char *format" ... .Ft int @@ -64,8 +64,8 @@ .Fn asprintf "char **ret" "const char *format" ... .Ft int .Fn dprintf "int fd" "const char * restrict format" ... -.Fd #include <stdarg.h> -.Fd #include <stdio.h> +.In stdarg.h +.In stdio.h .Ft int .Fn vprintf "const char *format" "va_list ap" .Ft int |