aboutsummaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/write.2
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
downloadman-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz
Fix redundant formatting macros
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 2f3eff5a1a..410f7096b7 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -48,7 +48,7 @@ write \- write to a file descriptor
writes up to
.I count
bytes from the buffer pointed
-.IR buf
+.I buf
to the file referred to by the file descriptor
.IR fd .