diff options
Diffstat (limited to 'lib/libc/stdio/putwc.3')
-rw-r--r-- | lib/libc/stdio/putwc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/putwc.3 b/lib/libc/stdio/putwc.3 index ee780fb0f40..4a59d6317cf 100644 --- a/lib/libc/stdio/putwc.3 +++ b/lib/libc/stdio/putwc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: putwc.3,v 1.4 2010/09/10 18:38:19 jmc Exp $ +.\" $OpenBSD: putwc.3,v 1.5 2017/12/01 11:18:40 schwarze Exp $ .\" .\" $NetBSD: putwc.3,v 1.7 2003/09/08 17:54:32 wiz Exp $ .\" @@ -35,7 +35,7 @@ .\" .\" @(#)putc.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 10 2010 $ +.Dd $Mdocdate: December 1 2017 $ .Dt PUTWC 3 .Os .Sh NAME @@ -90,6 +90,7 @@ is returned. .Xr ferror 3 , .Xr fopen 3 , .Xr getwc 3 , +.Xr putc 3 , .Xr stdio 3 .Sh STANDARDS The functions |