diff options
author | 2020-06-24 17:41:29 +0000 | |
---|---|---|
committer | 2020-06-24 17:41:29 +0000 | |
commit | 05bb5c20457fe8f0bce29875fabc89fbaa76b306 (patch) | |
tree | 637db7b8d92246404222b6d39927cbc85b6b3dfd | |
parent | spelling fix; from matthias schmidt (diff) | |
download | wireguard-openbsd-05bb5c20457fe8f0bce29875fabc89fbaa76b306.tar.xz wireguard-openbsd-05bb5c20457fe8f0bce29875fabc89fbaa76b306.zip |
don;t Xr non-base pages;
-rw-r--r-- | share/man/man4/wg.4 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man4/wg.4 b/share/man/man4/wg.4 index 0c69c81c267..3201739bc06 100644 --- a/share/man/man4/wg.4 +++ b/share/man/man4/wg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wg.4,v 1.3 2020/06/23 10:15:19 tobhe Exp $ +.\" $OpenBSD: wg.4,v 1.4 2020/06/24 17:41:29 jmc Exp $ .\" Copyright (c) 2020 Matt Dunwoodie <ncon@noconroy.net> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,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: June 23 2020 $ +.Dd $Mdocdate: June 24 2020 $ .Dt WG 4 .Os .Sh NAME @@ -203,9 +203,7 @@ is not assigned to the allowed IPs of Peer X. .Xr hostname.if 5 , .Xr pf.conf 5 , .Xr ifconfig 8 , -.Xr netstart 8 , -.Xr wg 8 , -.Xr wg-quick 8 +.Xr netstart 8 .Rs .%T WireGuard whitepaper .%U https://www.wireguard.com/papers/wireguard.pdf |