summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgets.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/fgets.3')
-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 c84d6bd..427b88e 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -85,11 +85,11 @@ if any, is sufficiently short to fit in the string.
.Sh RETURN VALUES
Upon successful completion,
.Fn fgets
-and
+and
.Fn gets
return
a pointer to the string.
-If end-of-file occurs before any characters are read,
+If end-of-file occurs before any characters are read,
they return
.Dv NULL
and the buffer contents is unchanged.
OpenPOWER on IntegriCloud