summaryrefslogtreecommitdiff
path: root/lib/libc/sys/write.2
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-22 12:07:25 +0000
commitb5cf87e26a33fe12c8e2238149b5896b328f7fe2 (patch)
tree3849d872b4b73608feb17809d7fb4d95c0fef6e0 /lib/libc/sys/write.2
parent4622ab764ab8a3550702e2699d502d3ddd177c1e (diff)
Notes
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r--lib/libc/sys/write.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index a306cc1cc770..5b76325a4610 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -62,7 +62,7 @@ from the buffer pointed to by
.Fa buf .
.Fn Writev
performs the same action, but gathers the output data
-from the
+from the
.Fa iovcnt
buffers specified by the members of the
.Fa iov
@@ -71,9 +71,9 @@ array: iov[0], iov[1], ..., iov[iovcnt\|-\|1].
performs the same function, but writes to the specified position in
the file without modifying the file pointer.
.Pp
-For
+For
.Fn writev ,
-the
+the
.Fa iovec
structure is defined as:
.Pp
@@ -84,7 +84,7 @@ struct iovec {
};
.Ed
.Pp
-Each
+Each
.Fa iovec
entry specifies the base address and length of an area
in memory from which data should be written.
@@ -221,7 +221,7 @@ The file was marked for non-blocking I/O,
and no data could be written immediately.
.El
.Pp
-In addition,
+In addition,
.Fn writev
may return one of the following errors:
.Bl -tag -width Er
@@ -269,7 +269,7 @@ The file descriptor is associated with a pipe, socket, or FIFO.
.Sh STANDARDS
The
.Fn write
-function call is expected to conform to
+function call is expected to conform to
.St -p1003.1-90 .
The
.Fn writev