diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-08-30 20:27:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-08-30 20:27:26 +0000 |
commit | 7c689af74388029d14fc15dab8e07b9d484cacb5 (patch) | |
tree | 21c4dea7c2b8934e3ed42fa91f8e697f89725845 /lib/libc/stdio/printf.3 | |
parent | cec5e23483948f31899d26b2490811ef81018c41 (diff) |
mop up stdarg rename; ok deraadt
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index e45c39c62a3..82e124a1a58 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.83 2019/06/28 14:36:18 schwarze Exp $ +.\" $OpenBSD: printf.3,v 1.84 2019/08/30 20:27:25 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 28 2019 $ +.Dd $Mdocdate: August 30 2019 $ .Dt PRINTF 3 .Os .Sh NAME @@ -123,7 +123,7 @@ These functions write the output under the control of a .Fa format string that specifies how subsequent arguments (or arguments accessed via the variable-length argument facilities of -.Xr stdarg 3 ) +.Xr va_start 3 ) are converted for output. .Pp .Fn snprintf |