diff options
author | phk <phk@FreeBSD.org> | 2007-04-19 14:01:04 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2007-04-19 14:01:04 +0000 |
commit | 1e5d27edb1d76b857e056cb0241b67d815449052 (patch) | |
tree | 6813790339c75a0c17416d0cb4fdafce7c5db895 /lib/libc/stdio | |
parent | d81e54ad86b2abc3cb63f1688f5462009d0d244b (diff) | |
download | FreeBSD-src-1e5d27edb1d76b857e056cb0241b67d815449052.zip FreeBSD-src-1e5d27edb1d76b857e056cb0241b67d815449052.tar.gz |
Grammer correction from: emaste
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fputs.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 80824ff..8e8bbd1 100644 --- a/lib/libc/stdio/fputs.3 +++ b/lib/libc/stdio/fputs.3 @@ -70,7 +70,7 @@ The functions .Fn fputs and .Fn puts -returns a nonnegative integer on success and +return a nonnegative integer on success and .Dv EOF on error. .Sh ERRORS |