From 3a246fefe649c9aef521cfd5d8e248aa9a4d1cb5 Mon Sep 17 00:00:00 2001 From: archie Date: Fri, 31 May 2002 05:01:17 +0000 Subject: Grammar fix: "contents" is plural. MFC after: 1 day --- lib/libc/stdio/fgets.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 1dce8fb..86bef2d 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -92,11 +92,11 @@ a pointer to the string. If end-of-file occurs before any characters are read, they return .Dv NULL -and the buffer contents is unchanged. +and the buffer contents remain unchanged. If an error occurs, they return .Dv NULL -and the buffer contents is indeterminate. +and the buffer contents are indeterminate. The .Fn fgets and -- cgit v1.1