diff options
author | 1999-04-02 16:21:35 +0000 | |
---|---|---|
committer | 1999-04-02 16:21:35 +0000 | |
commit | 42fb8fa29028b5874cc4205a5051205a76714452 (patch) | |
tree | 4a4f9277ef092d6055d924e7eb53f028624b4564 /lib/libc/stdio | |
parent | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup (diff) | |
download | wireguard-openbsd-42fb8fa29028b5874cc4205a5051205a76714452.tar.xz wireguard-openbsd-42fb8fa29028b5874cc4205a5051205a76714452.zip |
.Pp macros do not belong immiedately after .Sh section header lines
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 1484857b0a7..fabaf421a2e 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.3 1996/08/19 08:32:31 tholo Exp $ +.\" $OpenBSD: fgets.3,v 1.4 1999/04/02 16:21:35 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,6 @@ except that the newline character (if any) is not stored in the string. It is the caller's responsibility to ensure that the input line, if any, is sufficiently short to fit in the string. .Sh RETURN VALUES -.Pp Upon successful completion, .Fn fgets and |