diff options
author | 2019-02-05 20:41:12 +0000 | |
---|---|---|
committer | 2019-02-05 20:41:12 +0000 | |
commit | ac4f624d26d714356040a9e6098fc1741fe9d1dd (patch) | |
tree | 79abbd55ce786f64e6857d6dccc5d25760039db9 | |
parent | Cm yes | Cm no -> Cm yes | no (diff) | |
download | wireguard-openbsd-ac4f624d26d714356040a9e6098fc1741fe9d1dd.tar.xz wireguard-openbsd-ac4f624d26d714356040a9e6098fc1741fe9d1dd.zip |
flesh out "status" a little; ok florian
-rw-r--r-- | usr.sbin/unwindctl/unwindctl.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/unwindctl/unwindctl.8 b/usr.sbin/unwindctl/unwindctl.8 index 79f7af9728d..a898d1cdc9b 100644 --- a/usr.sbin/unwindctl/unwindctl.8 +++ b/usr.sbin/unwindctl/unwindctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwindctl.8,v 1.3 2019/02/04 07:36:30 jmc Exp $ +.\" $OpenBSD: unwindctl.8,v 1.4 2019/02/05 20:41:12 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 4 2019 $ +.Dd $Mdocdate: February 5 2019 $ .Dt UNWINDCTL 8 .Os .Sh NAME @@ -55,7 +55,7 @@ Enable very noisy debug logging. Reload the configuration file. .It Cm recheck portal Run the captive portal detection. -.It Cm status Op Cm recursor dhcp static +.It Cm status Op Cm recursor | dhcp | DoT | static Show a status summary. If one of .Cm recursor , @@ -63,7 +63,7 @@ If one of .Cm DoT , or .Cm static -is given more detailed information is given, +is specified, more detailed information about that type of resolver is given including reasons why DNSSEC validation might be failing and a query time histogram. .El |