1 --- _SB/Libc/stdio/FreeBSD/fgets.3 2003-05-20 15:22:41.000000000 -0700
2 +++ _SB/Libc/stdio/FreeBSD/fgets.3.edit 2006-06-28 16:55:52.000000000 -0700
7 -.Fn fgets "char * restrict str" "int size" "FILE * restrict stream"
8 +.Fn fgets "char *restrict s" "int n" "FILE *restrict stream"
16 reads at most one less than the number of characters specified by
21 and stores them in the string
24 Reading stops when a newline character is found,
25 at end-of-file or error.
26 The newline, if any, is retained.
40 -do not distinguish between end-of-file and error, and callers must use
41 +do not distinguish between end-of-file and error; callers must use
50 -.%T "The FreeBSD Security Architecture"
53 -.Pa /usr/share/doc/{to be determined} . )