diff options
Diffstat (limited to 'man/man2/pread.2')
-rw-r--r-- | man/man2/pread.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man2/pread.2 b/man/man2/pread.2 index cc47466b87..278e7ec814 100644 --- a/man/man2/pread.2 +++ b/man/man2/pread.2 @@ -12,10 +12,10 @@ Standard C library .nf .B #include <unistd.h> .P -.BI "ssize_t pread(size_t " count ; +.BR "ssize_t pread(" "size_t count;" .BI " int " fd ", void " buf [ count "], size_t " count , .BI " off_t " offset ); -.BI "ssize_t pwrite(size_t " count ; +.BR "ssize_t pwrite(" "size_t count;" .BI " int " fd ", const void " buf [ count "], size_t " count , .BI " off_t " offset ); .fi |