diff options
Diffstat (limited to 'man/man3/setbuf.3')
-rw-r--r-- | man/man3/setbuf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/setbuf.3 b/man/man3/setbuf.3 index 6e6b1f2697..f73a8b52c5 100644 --- a/man/man3/setbuf.3 +++ b/man/man3/setbuf.3 @@ -14,12 +14,12 @@ Standard C library .nf .B #include <stdio.h> .P -.BI "int setvbuf(size_t " size ; +.BR "int setvbuf(" "size_t size;" .BI " FILE *restrict " stream ", char " buf "[restrict " size ], .BI " int " mode ", size_t " size ); .P .BI "void setbuf(FILE *restrict " stream ", char *restrict " buf ); -.BI "void setbuffer(size_t " size ; +.BR "void setbuffer(" "size_t size;" .BI " FILE *restrict " stream ", char " buf "[restrict " size ], .BI " size_t " size ); .BI "void setlinebuf(FILE *" stream ); |