From 9436c1bf4b057b22232f8089a1f4e6a01940615d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 19 Apr 2007 14:01:04 +0000 Subject: [PATCH] Grammer correction from: emaste --- lib/libc/stdio/fputs.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/fputs.3 b/lib/libc/stdio/fputs.3 index 80824ffcabc..8e8bbd185d0 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