"The fgets() and functions gets() do not..." ->

"The fgets() and gets() functions do not..."
This commit is contained in:
grant 2003-10-30 12:59:23 +00:00
parent bc81ecac30
commit a1e0a00965

View File

@ -1,4 +1,4 @@
.\" $NetBSD: fgets.3,v 1.17 2003/08/07 16:43:23 agc Exp $
.\" $NetBSD: fgets.3,v 1.18 2003/10/30 12:59:23 grant Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -92,8 +92,8 @@ they return
The
.Fn fgets
and
functions
.Fn gets
functions
do not distinguish between end-of-file and error, and callers must use
.Xr feof 3
and