aboutsummaryrefslogtreecommitdiffstats
path: root/man3/setbuf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:45:24 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-23 13:45:24 +0000
commit5895e7eb8db03c2a60a100dfa0fe6a6515bf718c (patch)
tree7357285775d55350b962bfae54130fb3ef1514ba /man3/setbuf.3
parentd9cf37f470adcba2f4df7866155499a5df58461b (diff)
downloadman-pages-5895e7eb8db03c2a60a100dfa0fe6a6515bf718c.tar.gz
wspace in SYNOPSIS
Diffstat (limited to 'man3/setbuf.3')
-rw-r--r--man3/setbuf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3
index c97b0af755..ea31810858 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -51,11 +51,11 @@ setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations
.B #include <stdio.h>
.sp
.BI "void setbuf(FILE *" stream ", char *" buf );
-.br
+.sp
.BI "void setbuffer(FILE *" stream ", char *" buf ", size_t " size );
-.br
+.sp
.BI "void setlinebuf(FILE *" stream );
-.br
+.sp
.BI "int setvbuf(FILE *" stream ", char *" buf ", int " mode
.BI ", size_t " size );
.ad