diff options
author | 2019-12-18 10:01:11 +0000 | |
---|---|---|
committer | 2019-12-18 10:01:11 +0000 | |
commit | 09d677986901c9a204fdce2cfda902921f8ec3c6 (patch) | |
tree | 817d165105b040185586a831ce5ea072763d961f | |
parent | give a better name to a couple functions and struct fields related to (diff) | |
download | wireguard-openbsd-09d677986901c9a204fdce2cfda902921f8ec3c6.tar.xz wireguard-openbsd-09d677986901c9a204fdce2cfda902921f8ec3c6.zip |
no need for double Cm;
-rw-r--r-- | usr.sbin/unwindctl/unwindctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/unwindctl/unwindctl.8 b/usr.sbin/unwindctl/unwindctl.8 index 48c617d3e75..34e040fc868 100644 --- a/usr.sbin/unwindctl/unwindctl.8 +++ b/usr.sbin/unwindctl/unwindctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unwindctl.8,v 1.10 2019/12/18 09:18:28 florian Exp $ +.\" $OpenBSD: unwindctl.8,v 1.11 2019/12/18 10:01:11 jmc Exp $ .\" .\" Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org> .\" @@ -55,12 +55,12 @@ Enable very noisy debug logging. Reload the configuration file. .It Cm status Show a status summary. -.It Cm status Cm autoconf +.It Cm status autoconf Show nameservers learned from .Xr dhclient 8 or .Xr slaacd 8 . -.It Cm status Cm memory +.It Cm status memory Show memory consumption. .El .Sh FILES |