summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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