summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-06-25 11:49:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-06-25 11:49:20 +0000
commitee4734fca2dfdfbaa345e63924b9e1611dd9696d (patch)
tree39150869852f9905068d22d623140542a01844de
parent5b9102541587316a261c7f02d99dca786970ccb0 (diff)
log all, not log-all; ok henning
-rw-r--r--sbin/pflogd/pflogd.810
-rw-r--r--usr.sbin/ftp-proxy/ftp-proxy.86
2 files changed, 9 insertions, 7 deletions
diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8
index f98a61457b6..a231c75bc65 100644
--- a/sbin/pflogd/pflogd.8
+++ b/sbin/pflogd/pflogd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pflogd.8,v 1.43 2011/10/12 10:33:29 henning Exp $
+.\" $OpenBSD: pflogd.8,v 1.44 2012/06/25 11:49:19 jmc Exp $
.\"
.\" Copyright (c) 2001 Can Erkin Acar. All rights reserved.
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 12 2011 $
+.Dd $Mdocdate: June 25 2012 $
.Dt PFLOGD 8
.Os
.Sh NAME
@@ -176,8 +176,10 @@ The direction was outbound.
Default log file.
.El
.Sh EXAMPLES
-Log specific tcp packets to a different log file with a large snaplen
-(useful with a log-all rule to dump complete sessions):
+Log specific TCP packets to a different log file with a large snaplen
+(useful with a
+.Qq log all
+rule to dump complete sessions):
.Bd -literal -offset indent
# pflogd -s 1600 -f suspicious.log port 80 and host evilhost
.Ed
diff --git a/usr.sbin/ftp-proxy/ftp-proxy.8 b/usr.sbin/ftp-proxy/ftp-proxy.8
index a083b787486..e4a0aad493e 100644
--- a/usr.sbin/ftp-proxy/ftp-proxy.8
+++ b/usr.sbin/ftp-proxy/ftp-proxy.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ftp-proxy.8,v 1.18 2011/05/16 16:38:51 jmc Exp $
+.\" $OpenBSD: ftp-proxy.8,v 1.19 2012/06/25 11:49:19 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <cd@sentia.nl>
.\"
@@ -14,7 +14,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: May 16 2011 $
+.Dd $Mdocdate: June 25 2012 $
.Dt FTP-PROXY 8
.Os
.Sh NAME
@@ -159,7 +159,7 @@ idle when large data transfers are taking place.
.It Fl v
Set the 'log' flag on pf rules committed by
.Nm .
-Use twice to set the 'log-all' flag.
+Use twice to set the 'log all' flag.
The pf rules do not log by default.
.El
.Sh CONFIGURATION