diff options
author | 1999-05-25 13:06:44 +0000 | |
---|---|---|
committer | 1999-05-25 13:06:44 +0000 | |
commit | 605d2228fb9c3860c05a568a762db4a08a3a1d22 (patch) | |
tree | d5a143f1f090a135fe65053c08e3417ea15012ef /lib/libc/stdio | |
parent | Move hilsoftinit() call to before interrupts are enabled, from NetBSD. (diff) | |
download | wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.tar.xz wireguard-openbsd-605d2228fb9c3860c05a568a762db4a08a3a1d22.zip |
punctuation
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 4 |
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 |