aboutsummaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 09:06:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-05-12 09:06:04 +0000
commit60a90ecdae7bf6d1a91dc5d1d7177e400b114e47 (patch)
tree9f7c19a897084607a9688be5414d0d4cd6391b54 /man2/write.2
parentd92a60f2575c95cd532b822e4fb983c3a9e35641 (diff)
downloadman-pages-60a90ecdae7bf6d1a91dc5d1d7177e400b114e47.tar.gz
Convert function formatting of the form "\fBname\fP()" to ".BR name ()".
Diffstat (limited to 'man2/write.2')
-rw-r--r--man2/write.27
1 files changed, 5 insertions, 2 deletions
diff --git a/man2/write.2 b/man2/write.2
index ea2c2f8ddd..53b688e0d0 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -45,8 +45,11 @@ bytes to the file referenced by the file descriptor
.I fd
from the buffer starting at
.IR buf .
-POSIX requires that a \fBread\fP(2) which can be proved to occur after a
-\fBwrite\fP() has returned returns the new data.
+POSIX requires that a
+.BR read (2)
+which can be proved to occur after a
+.BR write ()
+has returned returns the new data.
Note that not all file
systems are POSIX conforming.
.SH "RETURN VALUE"