aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/read.2
diff options
Diffstat (limited to 'man/man2/read.2')
-rw-r--r--man/man2/read.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/read.2 b/man/man2/read.2
index 1e46aa61f7..26edce43ff 100644
--- a/man/man2/read.2
+++ b/man/man2/read.2
@@ -12,7 +12,7 @@ Standard C library
.nf
.B #include <unistd.h>
.P
-.BI "ssize_t read(size_t " count ;
+.BR "ssize_t read(" "size_t count;"
.BI " int " fd ", void " buf [ count "], size_t " count );
.fi
.SH DESCRIPTION