From fdf4460bf93b959675ebf9c2b3d38a8ad51d8a2b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 18 Aug 1995 14:22:00 +0000 Subject: [PATCH] fgetline does not exist.. fgetln is in it's place. Correct the X-Ref. Noticed by: Brian Tao, Bruce Evans --- lib/libc/stdio/fgets.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 231e8f24f78..827de6b5146 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -128,7 +128,7 @@ for any of the errors specified for the routine .Sh SEE ALSO .Xr feof 3 , .Xr ferror 3 , -.Xr fgetline 3 +.Xr fgetln 3 .Sh STANDARDS The functions .Fn fgets