diff options
author | 2017-12-01 11:18:40 +0000 | |
---|---|---|
committer | 2017-12-01 11:18:40 +0000 | |
commit | dd39f797388913bbd4298865a899a336ff3de11a (patch) | |
tree | cfe1c1678e5f8500786d517db87eb7de305e3ca9 /lib/libc/stdio/printf.3 | |
parent | add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@; (diff) | |
download | wireguard-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.3 | 7 |
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 , |