diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
commit | 7f710b5b82f2d561673e148aaae2df207e486b5d (patch) | |
tree | 9059fdd3ef009af864bae8c37ff0d5b48311ba30 /lib/libc/sys/write.2 | |
parent | ca219a4e05602c77c70a5e1e74551ed2019be4f7 (diff) |
More Version 1 AT&T UNIX history.
This became possible because copies of the original v1 manuals
have shown up on the Internet some time ago.
Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r-- | lib/libc/sys/write.2 | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index c1686b1a910..0114ced2dbd 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: write.2,v 1.41 2017/09/21 14:24:16 schwarze Exp $ +.\" $OpenBSD: write.2,v 1.42 2019/09/06 19:25:08 schwarze Exp $ .\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)write.2 8.5 (Berkeley) 4/2/94 .\" -.Dd $Mdocdate: September 21 2017 $ +.Dd $Mdocdate: September 6 2019 $ .Dt WRITE 2 .Os .Sh NAME @@ -304,21 +304,19 @@ functions conform to .St -p1003.1-2008 . .Sh HISTORY The -.Fn pwritev +.Fn write function call appeared in -.Ox 2.7 . -The +.At v1 , .Fn pwrite -function call appeared in -.At V.4 . -The +in +.At V.4 , .Fn writev -function call appeared in -.Bx 4.2 . -The -.Fn write -function call appeared in -.At v2 . +in +.Bx 4.2 , +and +.Fn pwritev +in +.Ox 2.7 . .Sh CAVEATS Error checks should explicitly test for \-1. On some platforms, if |