aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdarg.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-08-19 10:28:45 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-08-19 13:47:27 +0200
commita2b7a14421e08d0ae5b3ee11b291646fb060fb88 (patch)
treea3dada9a6e42c8897bb0c7232798e39b41d1f479 /man3/stdarg.3
parent207050fa9e2db87546724663e7b364c24a2d99e0 (diff)
downloadman-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.36
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