summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-04-17 12:31:38 +0000
committerjmc <jmc@openbsd.org>2005-04-17 12:31:38 +0000
commit951aedbe02ccaabfb20ec99158c628ff3f9971ee (patch)
treee383c061459b9398cea46a4e0be152cd4810b011
parentadd hostapd(8) to SEE ALSO; (diff)
downloadwireguard-openbsd-951aedbe02ccaabfb20ec99158c628ff3f9971ee.tar.xz
wireguard-openbsd-951aedbe02ccaabfb20ec99158c628ff3f9971ee.zip
no need to explicitly bring `enc0' up;
ok hshoexer@
-rw-r--r--share/man/man4/enc.48
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4
index b37a3119b82..cfbd8b2d9e7 100644
--- a/share/man/man4/enc.4
+++ b/share/man/man4/enc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: enc.4,v 1.19 2005/04/15 23:42:15 jmc Exp $
+.\" $OpenBSD: enc.4,v 1.20 2005/04/17 12:31:38 jmc Exp $
.\"
.\" Copyright (c) 1999 Angelos D. Keromytis
.\" All rights reserved.
@@ -71,10 +71,8 @@ interface.
To see all outgoing packets before they have been processed via
.Xr ipsec 4 ,
or all incoming packets after they have been similarly processed:
-.Bd -literal -offset indent
-# ifconfig enc0 up
-# tcpdump -i enc0
-.Ed
+.Pp
+.Dl # tcpdump -i enc0
.Sh SEE ALSO
.Xr bpf 4 ,
.Xr inet 4 ,