summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-02-25 06:57:36 +0000
committerjmc <jmc@openbsd.org>2020-02-25 06:57:36 +0000
commit96fd820db6d53396fc621fa30a42b8044c78e723 (patch)
tree456bee59ee25affe10aa180a866fb887615f7514
parentreduce multiple newlines (diff)
downloadwireguard-openbsd-96fd820db6d53396fc621fa30a42b8044c78e723.tar.xz
wireguard-openbsd-96fd820db6d53396fc621fa30a42b8044c78e723.zip
sort previous, and shorten the text; ok dlg yasuoka
-rw-r--r--usr.sbin/radiusctl/radiusctl.822
1 files changed, 9 insertions, 13 deletions
diff --git a/usr.sbin/radiusctl/radiusctl.8 b/usr.sbin/radiusctl/radiusctl.8
index 6fb1dc8b7d6..9bebe4c9bdd 100644
--- a/usr.sbin/radiusctl/radiusctl.8
+++ b/usr.sbin/radiusctl/radiusctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radiusctl.8,v 1.4 2020/02/24 07:07:11 dlg Exp $
+.\" $OpenBSD: radiusctl.8,v 1.5 2020/02/25 06:57:36 jmc Exp $
.\"
.\" Copyright (c) YASUOKA Masahiko <yasuoka@yasuoka.net>
.\"
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: February 24 2020 $
+.Dd $Mdocdate: February 25 2020 $
.Dt RADIUSCTL 8
.Os
.Sh NAME
@@ -50,6 +50,12 @@ and sent to the RADIUS server specified by
is the shared secret with the server.
The options are as follows:
.Bl -tag -width Ds
+.It Cm interval Ar seconds
+Specifies how many seconds to wait before resending a packet.
+The default is 2.
+.It Cm maxwait Ar seconds
+Specifies the maximum amount of time to wait for a valid reply packet.
+The default is 8.
.It Cm method Ar method
Use
.Ar method
@@ -79,17 +85,7 @@ If the port is omitted,
the default port number 1812 is used.
.It Cm tries Ar number
Specifies the number of packets to try sending.
-By default
-.Nm
-will send 3 packets before giving up.
-.It Cm interval Ar seconds
-Specifies how many seconds to wait before resending a packet.
-The default interval between packet retries is 2 seconds.
-.It Cm maxwait Ar seconds
-Specifies the maximum amount of time to wait for a valid reply packet.
-By default
-.Nm
-will wait 8 seconds for a valid reply.
+The default is 3.
.El
.El
.Sh SEE ALSO