summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2006-01-19 19:35:21 +0000
committerMarc Espie <espie@cvs.openbsd.org>2006-01-19 19:35:21 +0000
commit9649a082319603e5abd5c1079346ef8abb1a0456 (patch)
treea0759ee2bdd40f31812c5124bbbf528080d20f5c /lib
parent53769234f5d2cc789eb38bca329575b464650468 (diff)
make offset parameter to pwrite apparent in description.
okay jmc@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/write.27
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 824b18637d0..a9e4632eef2 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.28 2004/04/15 19:52:18 jmc Exp $
+.\" $OpenBSD: write.2,v 1.29 2006/01/19 19:35:20 espie Exp $
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -71,8 +71,9 @@ array: iov[0], iov[1], ..., iov[iovcnt\|-\|1].
.Fn pwrite
and
.Fn pwritev
-perform the same functions, but write to the specified position in
-the file without modifying the file pointer.
+perform the same functions, but write to the specified position
+.Fa offset
+in the file without modifying the file pointer.
.Pp
For
.Fn writev