diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-05-23 01:05:25 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-05-23 01:05:25 +0000 |
| commit | 712dc76e87bd7bbeb3f781e690886b69a1f9c5ca (patch) | |
| tree | 20c0191307a05862d54f0d7211d2ee3ad63fa87a /lib/libc/stdio/fread.3 | |
| parent | 0a47b48b9f61ddbac24f3f22e1f266acdd493080 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fread.3')
| -rw-r--r-- | lib/libc/stdio/fread.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fread.3 b/lib/libc/stdio/fread.3 index 03a91412bc88..c3e591af9ddd 100644 --- a/lib/libc/stdio/fread.3 +++ b/lib/libc/stdio/fread.3 @@ -44,9 +44,9 @@ .Nd binary stream input/output .Sh SYNOPSIS .Fd #include <stdio.h> -.Ft int +.Ft size_t .Fn fread "void *ptr" "size_t size" "size_t nmemb" "FILE *stream" -.Ft int +.Ft size_t .Fn fwrite "const void *ptr" "size_t size" "size_t nmemb" "FILE *stream" .Sh DESCRIPTION The function |
