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