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/fputs.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/fputs.3')
-rw-r--r-- | lib/libc/stdio/fputs.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 424ec95f8bd..dfec3f87a64 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fputs.3,v 1.4 2000/04/20 01:39:32 aaron Exp $ +.\" $OpenBSD: fputs.3,v 1.5 2000/12/24 00:30:58 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -69,8 +69,7 @@ to the stream .Sh RETURN VALUES The .Fn fputs -function -returns 0 on success and +function returns 0 on success and .Dv EOF on error; .Fn puts |