summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2002-05-31 05:01:17 +0000
committerarchie <archie@FreeBSD.org>2002-05-31 05:01:17 +0000
commit3a246fefe649c9aef521cfd5d8e248aa9a4d1cb5 (patch)
treef7d113f9a8a138d2c38a2add3fd7bdb404bce37d /lib/libc/stdio
parent322fd076fe69c8b4b9a19b57baa39f0236a915f3 (diff)
downloadFreeBSD-src-3a246fefe649c9aef521cfd5d8e248aa9a4d1cb5.zip
FreeBSD-src-3a246fefe649c9aef521cfd5d8e248aa9a4d1cb5.tar.gz
Grammar fix: "contents" is plural.
MFC after: 1 day
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fgets.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 1dce8fb..86bef2d 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -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
OpenPOWER on IntegriCloud