summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2020-10-26 16:09:58 +0000
committertb <tb@openbsd.org>2020-10-26 16:09:58 +0000
commitf25b48a280ce945f0b79afbcfcb0d2c013c02359 (patch)
treeaa86a4cf1194daa9e36eaf456a3ce4dc7bf962eb
parentAdd missing RCS tags (diff)
downloadwireguard-openbsd-f25b48a280ce945f0b79afbcfcb0d2c013c02359.tar.xz
wireguard-openbsd-f25b48a280ce945f0b79afbcfcb0d2c013c02359.zip
The agentx API will first appear in 6.9.
-rw-r--r--lib/libagentx/agentx.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libagentx/agentx.3 b/lib/libagentx/agentx.3
index 0db3d32454d..46e305c8584 100644
--- a/lib/libagentx/agentx.3
+++ b/lib/libagentx/agentx.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: agentx.3,v 1.1 2020/10/26 15:45:56 martijn Exp $
+.\" $OpenBSD: agentx.3,v 1.2 2020/10/26 16:09:58 tb Exp $
.\"
.\" Copyright (c) 2020 Martijn van Duren <martijn@openbsd.org>
.\"
@@ -640,6 +640,6 @@ in timeticks.
The
.Nm agentx
API first appeared in
-.Ox 6.8 .
+.Ox 6.9 .
.Sh AUTHORS
.An Martijn van Duren Aq Mt martijn@openbsd.org