diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 23:45:42 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 23:45:42 +0000 |
| commit | 3248d0a51743c450cf9c656c793102b98b5aa44e (patch) | |
| tree | 4a5ee2a856f08d941a04f571a20db00d3d4f6f88 /lib/libc/stdio/setbuf.3 | |
| parent | 620035ef8982a70259ba414df3039c0d1625aa58 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
| -rw-r--r-- | lib/libc/stdio/setbuf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index d25f1b8dd6ca..bfe6487b492d 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -50,13 +50,13 @@ .Sh SYNOPSIS .In stdio.h .Ft void -.Fn setbuf "FILE *stream" "char *buf" +.Fn setbuf "FILE *restrict stream" "char *restrict buf" .Ft void .Fn setbuffer "FILE *stream" "char *buf" "int size" .Ft int .Fn setlinebuf "FILE *stream" .Ft int -.Fn setvbuf "FILE *stream" "char *buf" "int mode" "size_t size" +.Fn setvbuf "FILE *restrict stream" "char *restrict buf" "int mode" "size_t size" .Sh DESCRIPTION The three types of buffering available are unbuffered, block buffered, and line buffered. |
