1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Grammar fix: "contents" is plural.

MFC after:	1 day
This commit is contained in:
Archie Cobbs 2002-05-31 05:01:17 +00:00
parent acc52a9a8e
commit 6accdce98b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97651

View File

@ -92,11 +92,11 @@ a pointer to the string.
If end-of-file occurs before any characters are read,
they return
.Dv NULL
and the buffer contents is unchanged.
and the buffer contents remain unchanged.
If an error occurs,
they return
.Dv NULL
and the buffer contents is indeterminate.
and the buffer contents are indeterminate.
The
.Fn fgets
and