diff options
author | 2000-12-24 00:30:46 +0000 | |
---|---|---|
committer | 2000-12-24 00:30:46 +0000 | |
commit | 50772e640915b6b9c44cb3d6508fa0a5fff413ef (patch) | |
tree | e150dc67a3a933729eb0634304fc47c25501106c /lib/libc/stdio/fgetln.3 | |
parent | Spelling: tripple -> triple (diff) | |
download | wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.tar.xz wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.zip |
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/stdio/fgetln.3')
-rw-r--r-- | lib/libc/stdio/fgetln.3 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index cdf44663e35..bd213be5a74 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgetln.3,v 1.7 2000/04/20 01:39:31 aaron Exp $ +.\" $OpenBSD: fgetln.3,v 1.8 2000/12/24 00:30:57 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,8 +44,7 @@ .Sh DESCRIPTION The .Fn fgetln -function -returns a pointer to the next line from the stream referenced by +function returns a pointer to the next line from the stream referenced by .Fa stream . This line is .Em not @@ -72,8 +71,7 @@ is returned. .Pp The .Fn fgetln -function -does not distinguish between end-of-file and error; the routines +function does not distinguish between end-of-file and error; the routines .Xr feof 3 and .Xr ferror 3 @@ -102,8 +100,7 @@ is not a stream open for reading. .Pp The .Fn fgetln -function -may also fail and set +function may also fail and set .Va errno for any of the errors specified for the routines .Xr fflush 3 , |