aboutsummaryrefslogtreecommitdiffstats
path: root/man3/stdarg.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-09-24 09:32:31 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-09-24 09:32:31 +0200
commit861d36ba31d9146248482e537a23757ab18aee32 (patch)
treea9bd88b75e9439de905210287db09df003694e66 /man3/stdarg.3
parent89de1a399ee44d731f957e8868659e2f4b3a45ad (diff)
downloadman-pages-861d36ba31d9146248482e537a23757ab18aee32.tar.gz
pldd.1, bpf.2, clone.2, dup.2, ioctl_fat.2, nfsservctl.2, open_by_handle_at.2, perf_event_open.2, pivot_root.2, request_key.2, sched_setaffinity.2, seccomp.2, select.2, statx.2, dl_iterate_phdr.3, dlinfo.3, dlopen.3, insque.3, newlocale.3, printf.3, pthread_setname_np.3, rpc.3, stdarg.3, strfmon.3, veth.4, proc.5, slabinfo.5, cgroup_namespaces.7, cgroups.7, cpuset.7, fanotify.7, inotify.7, mount_namespaces.7, sock_diag.7, user_namespaces.7, ld.so.8: Use \(aq instead of ' inside monospace fonts
Use \(aq to get an unslanted single quote inside monospace code blocks. Using a simple ' results in a slanted quote inside PDFs. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/stdarg.3')
-rw-r--r--man3/stdarg.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/stdarg.3 b/man3/stdarg.3
index 662de73c06..d1391b30e2 100644
--- a/man3/stdarg.3
+++ b/man3/stdarg.3
@@ -280,7 +280,7 @@ with each format character based on the type.
#include <stdarg.h>
void
-foo(char *fmt, ...) /* '...' is C syntax for a variadic function */
+foo(char *fmt, ...) /* \(aq...\(aq is C syntax for a variadic function */
{
va_list ap;