summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-02-05 12:33:18 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-02-05 12:33:18 +0000
commitaa083e702590f6978490989a32b2a59b8bbfdf37 (patch)
tree5985eee2aa76bbe653a33aefea77835807ffb266
parent914f5930f90cb35bef37286bc470784a9c6f32fc (diff)
writev() appeared in 4.1c before 4.2
-rw-r--r--lib/libc/sys/write.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 1e0f254c577..cf7a6fba9fc 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.44 2022/03/31 17:27:16 naddy Exp $
+.\" $OpenBSD: write.2,v 1.45 2023/02/05 12:33:17 jsg 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: March 31 2022 $
+.Dd $Mdocdate: February 5 2023 $
.Dt WRITE 2
.Os
.Sh NAME
@@ -312,7 +312,7 @@ in
.At V.4 ,
.Fn writev
in
-.Bx 4.2 ,
+.Bx 4.1c ,
and
.Fn pwritev
in