diff options
Diffstat (limited to 'lib/libc/stdio/fgets.3')
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index b8b3795a173..0acd5b0f860 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.34 2016/08/27 16:39:42 schwarze Exp $ +.\" $OpenBSD: fgets.3,v 1.35 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: August 27 2016 $ +.Dd $Mdocdate: December 1 2017 $ .Dt FGETS 3 .Os .Sh NAME @@ -113,6 +113,7 @@ or .Sh SEE ALSO .Xr feof 3 , .Xr ferror 3 , +.Xr fgetws 3 , .Xr getline 3 .Sh STANDARDS The function |
