aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-10-21 20:36:50 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-10-21 20:36:50 +0000
commit27111d392c7430f1056120466f910e7a580925c7 (patch)
tree0ff4536131398524f60783100c1178c92464a314 /lib
parent0036760ce37fb120afb72012543c2ac3e462759f (diff)
downloadsrc-27111d392c7430f1056120466f910e7a580925c7.tar.gz
src-27111d392c7430f1056120466f910e7a580925c7.zip
Minor markup fix: A comma should be seperated by space from macro
argument. This resulted in "pwritev,()" instead of the intended "pwritev()," in the output. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=163592
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/write.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 428e7037c45c..9f57f0dc155a 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -85,7 +85,7 @@ the file without modifying the file pointer.
For
.Fn writev
and
-.Fn pwritev,
+.Fn pwritev ,
the
.Fa iovec
structure is defined as: