diff options
author | 2020-10-26 16:09:58 +0000 | |
---|---|---|
committer | 2020-10-26 16:09:58 +0000 | |
commit | f25b48a280ce945f0b79afbcfcb0d2c013c02359 (patch) | |
tree | aa86a4cf1194daa9e36eaf456a3ce4dc7bf962eb | |
parent | Add missing RCS tags (diff) | |
download | wireguard-openbsd-f25b48a280ce945f0b79afbcfcb0d2c013c02359.tar.xz wireguard-openbsd-f25b48a280ce945f0b79afbcfcb0d2c013c02359.zip |
The agentx API will first appear in 6.9.
-rw-r--r-- | lib/libagentx/agentx.3 | 4 |
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 |