diff options
author | simon <simon@FreeBSD.org> | 2006-10-21 20:36:50 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-10-21 20:36:50 +0000 |
commit | 16797e6408c5d25f40e46145b0922ec631fefe64 (patch) | |
tree | 0ff4536131398524f60783100c1178c92464a314 /lib/libc/sys/write.2 | |
parent | ebcbf2084afd11351c1c8919e578e35317ec0a1a (diff) | |
download | FreeBSD-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
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 2 |
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: |