diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-19 10:28:45 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-19 13:47:27 +0200 |
| commit | a2b7a14421e08d0ae5b3ee11b291646fb060fb88 (patch) | |
| tree | a3dada9a6e42c8897bb0c7232798e39b41d1f479 /man3/stdarg.3 | |
| parent | 207050fa9e2db87546724663e7b364c24a2d99e0 (diff) | |
| download | man-pages-a2b7a14421e08d0ae5b3ee11b291646fb060fb88.tar.gz | |
sinh.3, sockatmark.3, stdarg.3, stpcpy.3, syslog.3, system.3, tanh.3, termios.3, wctrans.3, wctype.3, wcwidth.3, wordexp.3, cciss.4, fuse.4, initrd.4, loop.4, acct.5, hosts.5, nss.5, operator.7, unix.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/stdarg.3')
| -rw-r--r-- | man3/stdarg.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/stdarg.3 b/man3/stdarg.3 index f95621e63f..615a559762 100644 --- a/man3/stdarg.3 +++ b/man3/stdarg.3 @@ -310,8 +310,8 @@ The function .I foo takes a string of format characters and prints out the argument associated with each format character based on the type. -.nf - +.PP +.EX #include <stdio.h> #include <stdarg.h> @@ -342,4 +342,4 @@ foo(char *fmt, ...) } va_end(ap); } -.fi +.EE |
