aboutsummaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:07:02 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-11 23:07:02 +0000
commit0bfa087b038af612bb9cff108aa2bd5de533495d (patch)
tree64ef7a4e5d9fb3db4d667aae6e8305bf1f7da98e /man2/write.2
parent2f7b7b571f1706aec0c4210c94a8de406cd1b284 (diff)
downloadman-pages-0bfa087b038af612bb9cff108aa2bd5de533495d.tar.gz
Add section numbers to references to other pages
Diffstat (limited to 'man2/write.2')
-rw-r--r--man2/write.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/write.2 b/man2/write.2
index bf430072db..ea2c2f8ddd 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -45,7 +45,7 @@ bytes to the file referenced by the file descriptor
.I fd
from the buffer starting at
.IR buf .
-POSIX requires that a \fBread\fP() which can be proved to occur after a
+POSIX requires that a \fBread\fP(2) which can be proved to occur after a
\fBwrite\fP() has returned returns the new data.
Note that not all file
systems are POSIX conforming.