summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-10-21 20:36:50 +0000
committersimon <simon@FreeBSD.org>2006-10-21 20:36:50 +0000
commit16797e6408c5d25f40e46145b0922ec631fefe64 (patch)
tree0ff4536131398524f60783100c1178c92464a314
parentebcbf2084afd11351c1c8919e578e35317ec0a1a (diff)
downloadFreeBSD-src-16797e6408c5d25f40e46145b0922ec631fefe64.zip
FreeBSD-src-16797e6408c5d25f40e46145b0922ec631fefe64.tar.gz
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
-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 428e703..9f57f0d 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:
OpenPOWER on IntegriCloud