diff options
Diffstat (limited to 'share/man/man3/stdarg.3')
-rw-r--r-- | share/man/man3/stdarg.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man3/stdarg.3 b/share/man/man3/stdarg.3 index d5930ea..a91566a 100644 --- a/share/man/man3/stdarg.3 +++ b/share/man/man3/stdarg.3 @@ -139,17 +139,17 @@ The macro copies a variable argument list, previously initialized by .Fn va_start , from -.Va src +.Fa src to -.Va dest . +.Fa dest . The state is preserved such that it is equivalent to calling .Fn va_start with the same second argument used with -.Va src , +.Fa src , and calling .Fn va_arg the same number of times as called with -.Va src . +.Fa src . .Pp The .Fn va_copy |