mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix struct iovec documentation to match reality.
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
This commit is contained in:
parent
070f13151d
commit
0f0ca6ffc9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109140
@ -85,7 +85,7 @@ structure is defined as:
|
||||
.Pp
|
||||
.Bd -literal -offset indent -compact
|
||||
struct iovec {
|
||||
char *iov_base; /* Base address. */
|
||||
void *iov_base; /* Base address. */
|
||||
size_t iov_len; /* Length. */
|
||||
};
|
||||
.Ed
|
||||
|
@ -85,7 +85,7 @@ structure is defined as:
|
||||
.Pp
|
||||
.Bd -literal -offset indent -compact
|
||||
struct iovec {
|
||||
char *iov_base; /* Base address. */
|
||||
void *iov_base; /* Base address. */
|
||||
size_t iov_len; /* Length. */
|
||||
};
|
||||
.Ed
|
||||
|
Loading…
Reference in New Issue
Block a user