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
This commit is contained in:
Simon L. B. Nielsen 2006-10-21 20:36:50 +00:00
parent 0036760ce3
commit 27111d392c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163592

View File

@ -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: