summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-12-01 11:18:40 +0000
committerschwarze <schwarze@openbsd.org>2017-12-01 11:18:40 +0000
commitdd39f797388913bbd4298865a899a336ff3de11a (patch)
treecfe1c1678e5f8500786d517db87eb7de305e3ca9 /lib/libc/stdio/printf.3
parentadd missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; (diff)
downloadwireguard-openbsd-dd39f797388913bbd4298865a899a336ff3de11a.tar.xz
wireguard-openbsd-dd39f797388913bbd4298865a899a336ff3de11a.zip
Consistently .Xr the corresponding wide char functions from char- and
string-handling <stdio.h> functions, like we already do it for <string.h>. Includes a smaller patch from <kshe59 at zoho dot eu>, OK jmc@.
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r--lib/libc/stdio/printf.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3
index 6f541f51bd5..379de6d6946 100644
--- a/lib/libc/stdio/printf.3
+++ b/lib/libc/stdio/printf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printf.3,v 1.76 2017/06/12 18:37:12 millert Exp $
+.\" $OpenBSD: printf.3,v 1.77 2017/12/01 11:18:40 schwarze 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 12 2017 $
+.Dd $Mdocdate: December 1 2017 $
.Dt PRINTF 3
.Os
.Sh NAME
@@ -758,7 +758,8 @@ The return value would be too large to be represented by an
.El
.Sh SEE ALSO
.Xr printf 1 ,
-.Xr scanf 3
+.Xr scanf 3 ,
+.Xr wprintf 3
.Sh STANDARDS
The
.Fn fprintf ,