1 --- _SB/Libc/stdio/FreeBSD/fread.3 2003-05-20 15:22:42.000000000 -0700
2 +++ _SB/Libc/stdio/FreeBSD/fread.3.edit 2006-06-28 16:55:52.000000000 -0700
7 -.Fn fread "void * restrict ptr" "size_t size" "size_t nmemb" "FILE * restrict stream"
8 +.Fn fread "void *restrict ptr" "size_t size" "size_t nitems" \
9 + "FILE *restrict stream"
11 -.Fn fwrite "const void * restrict ptr" "size_t size" "size_t nmemb" "FILE * restrict stream"
12 +.Fn fwrite "const void *restrict ptr" "size_t size" "size_t nitems" \
13 + "FILE *restrict stream"
22 bytes long, from the stream pointed to by
31 bytes long, to the stream pointed to by
36 -does not distinguish between end-of-file and error, and callers
37 +does not distinguish between end-of-file and error; callers
44 returns a value less than
47 only if a write error has occurred.