diff options
Diffstat (limited to 'lib/libc/stdio/putc.3')
-rw-r--r-- | lib/libc/stdio/putc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index f48419a7118..d1b5fd1bf90 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: putc.3,v 1.12 2013/07/18 10:14:49 schwarze Exp $ +.\" $OpenBSD: putc.3,v 1.13 2017/12/01 11:18:40 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 18 2013 $ +.Dd $Mdocdate: December 1 2017 $ .Dt PUTC 3 .Os .Sh NAME @@ -117,6 +117,7 @@ or .Xr ferror 3 , .Xr fopen 3 , .Xr getc 3 , +.Xr putwc 3 , .Xr stdio 3 .Sh STANDARDS The functions |