diff options
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 , |
