summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-25 13:06:44 +0000
committeraaron <aaron@openbsd.org>1999-05-25 13:06:44 +0000
commit605d2228fb9c3860c05a568a762db4a08a3a1d22 (patch)
treed5a143f1f090a135fe65053c08e3417ea15012ef /lib/libc/stdio
parentMove hilsoftinit() call to before interrupts are enabled, from NetBSD. (diff)
downloadwireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.tar.xz
wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.zip
punctuation
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 fabaf421a2e..37472c9f104 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgets.3,v 1.4 1999/04/02 16:21:35 aaron Exp $
+.\" $OpenBSD: fgets.3,v 1.5 1999/05/25 13:06:46 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -88,7 +88,7 @@ return
a pointer to the string.
If end-of-file or an error occurs before any characters are read,
they return
-.Dv NULL.
+.Dv NULL .
The
.Fn fgets
and