MFC 1.33:

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.

Approved by:	re (hrs)
This commit is contained in:
simon 2006-10-29 14:49:10 +00:00
parent 67beb4298e
commit 97b93183bd

View File

@ -84,7 +84,7 @@ the file without modifying the file pointer.
For
.Fn writev
and
.Fn pwritev,
.Fn pwritev ,
the
.Fa iovec
structure is defined as: