diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-17 12:31:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-17 12:31:39 +0000 |
commit | 4bf21dbac578f3042182ae90706f51bfc99dba34 (patch) | |
tree | d86fffb438cd7ce71db7335ebbbc00202f4b7fd0 /share/man | |
parent | af7895e00a7c6fa85d195e9f65ce6959b7e7d80d (diff) |
no need to explicitly bring `enc0' up;
ok hshoexer@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/enc.4 | 8 |
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 , |