diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-13 13:35:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-13 13:35:33 +0000 |
| commit | 23f0c1fcf6f10d439a9fa886f7d8ec5f5eb627e6 (patch) | |
| tree | 9253fde8bf18cdf9e8a9453b1508cfe4e3362d4c /lib/libc/stdio/setbuf.3 | |
| parent | a88d7a4bc239fe314adbd7570a6f1ee608d6c198 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index a94dec17a304..ec5bbd83e23b 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -49,7 +49,7 @@ .Ft void .Fn setbuf "FILE *stream" "char *buf" .Ft void -.Fn setbuffer "FILE *stream" "char *buf" "size_t size" +.Fn setbuffer "FILE *stream" "char *buf" "int size" .Ft int .Fn setlinebuf "FILE *stream" .Ft int |
