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