diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-01-05 03:30:17 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-01-05 03:30:17 +0000 |
commit | c45f3cfb5c5f87d991a0ce568247a4ebd9cd3c6f (patch) | |
tree | 25d5e8b2843200f3c484cfc3e7b255d1e4da8f8a | |
parent | b66f4bdff57c1c580051639d8d6266a1460268a8 (diff) |
use standard root prompt in examples
-rw-r--r-- | share/man/man4/enc.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4 index 779079dca89..4e38218e67e 100644 --- a/share/man/man4/enc.4 +++ b/share/man/man4/enc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: enc.4,v 1.17 2004/03/21 19:47:59 miod Exp $ +.\" $OpenBSD: enc.4,v 1.18 2005/01/05 03:30:16 jaredy Exp $ .\" .\" Copyright (c) 1999 Angelos D. Keromytis .\" All rights reserved. @@ -71,9 +71,9 @@ 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 -#> ifconfig enc0 up -#> tcpdump -i enc0 +.Bd -literal -offset indent +# ifconfig enc0 up +# tcpdump -i enc0 .Ed .Sh SEE ALSO .Xr bpf 4 , |