diff options
author | 1999-10-08 01:50:37 +0000 | |
---|---|---|
committer | 1999-10-08 01:50:37 +0000 | |
commit | 396b230aba3fd2c6be05f7d2565c4729a718c9ba (patch) | |
tree | 6fe6d4eadf1f2c76a0838d1bf575c8482b39e6e0 | |
parent | Print out the progress meter for 0 length files, too; deraadt@ (diff) | |
download | wireguard-openbsd-396b230aba3fd2c6be05f7d2565c4729a718c9ba.tar.xz wireguard-openbsd-396b230aba3fd2c6be05f7d2565c4729a718c9ba.zip |
Tweak.
-rw-r--r-- | share/man/man4/enc.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/enc.4 b/share/man/man4/enc.4 index e3b474ee3b3..a44cbc63330 100644 --- a/share/man/man4/enc.4 +++ b/share/man/man4/enc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: enc.4,v 1.2 1999/10/07 20:56:16 angelos Exp $ +.\" $OpenBSD: enc.4,v 1.3 1999/10/08 01:50:37 aaron Exp $ .Dd October 7, 1999 .Dt ENC 4 .Os @@ -9,7 +9,7 @@ .Cd "pseudo-device enc 1" .Sh DESCRIPTION The -.Nm enc +.Nm interface is a software loopback mechanism that allows hosts or firewalls to filter .Xr ipsec 4 @@ -20,7 +20,7 @@ The manpage shows an example of such a setup. .Pp The other use of the -.Nm enc +.Nm interface is to allow an administrator to see outgoing packets before they have been processed by .Xr ipsec 4 , @@ -28,9 +28,9 @@ or incoming packets after they have been similarly processed, via .Xr tcpdump 1 . .Pp There is only one -.Nm enc +.Nm interface, named -.Sy enc Ns Ar 0 , +.Dq enc0 , regardless of the argument given on the .Sy pseudo-device line in the kernel configuration file. @@ -52,7 +52,7 @@ or all incoming packets after they have been similarly processed: .Xr vpn 8 .Sh BUGS The -.Fa PROMISC -flag is not cleared on the -.Sy enc Ns Ar 0 -interface after tcpdump is stopped. +.Cm PROMISC +flag is not cleared on the enc0 interface after +.Xr tcpdump +is stopped. |