diff options
author | 2005-07-26 03:30:25 +0000 | |
---|---|---|
committer | 2005-07-26 03:30:25 +0000 | |
commit | 2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd (patch) | |
tree | 083f8216358973290d0918f833b769ce5465dc87 /lib/libc/stdio/fputs.3 | |
parent | clarify description of 'c' conversion; ok millert, jmc (diff) | |
download | wireguard-openbsd-2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd.tar.xz wireguard-openbsd-2f2ed4fb1c1c50ba362ab9d8bcbb47d714c9eecd.zip |
- typos, punctuation, spacing, macro, layout, etc. fixes
- avoid first person
ok jmc
Diffstat (limited to 'lib/libc/stdio/fputs.3')
-rw-r--r-- | lib/libc/stdio/fputs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index bdf6b07d346..ac9df3efae8 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fputs.3,v 1.6 2003/06/02 20:18:37 millert Exp $ +.\" $OpenBSD: fputs.3,v 1.7 2005/07/26 03:30:25 jaredy Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -69,7 +69,7 @@ function returns 0 on success and .Dv EOF on error; .Fn puts -returns a nonnegative integer on success and +returns a non-negative integer on success and .Dv EOF on error. .Sh ERRORS |