diff options
Diffstat (limited to 'man3/stdarg.3')
| -rw-r--r-- | man3/stdarg.3 | 2 |
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; |
