diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2003-08-22 18:28:15 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2003-08-22 18:28:15 +0000 |
commit | 6c37c880e67d9d8faa8aaa2e5b2ffb1d9f63af54 (patch) | |
tree | fe8b45a5492ead3b783b964542bf71f793b033f6 /share | |
parent | 079441f5c278bcf639beee6b06835b28b4ff21bb (diff) |
- roff indent fix from Max Laier. thanks!
- fix an example that became wrong when I switched from p0f v1 fingerprints
to p0f v2
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/pf.conf.5 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 76bc0eda7bf..ae90cb44212 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.265 2003/08/22 04:54:13 david Exp $ +.\" $OpenBSD: pf.conf.5,v 1.266 2003/08/22 18:28:14 frantzen Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1753,17 +1753,18 @@ and would be OpenBSD for the firewall itself. The version of the oldest available OpenBSD release on the main ftp site would be 2.6 and the fingerprint would be written -.Bd -literal indent - "OpenBSD 2.6" +.Bd -literal -offset indent +"OpenBSD 2.6" .Ed .Pp The subtype of an operating system is typically used to describe the patchlevel if that patch led to changes in the TCP stack behavior. -In the case of OpenBSD, the only subtype is for a fingerprint on the -loopback interface lo0 since it utilizes a different TCP maximum segment -size and would be specified like -.Bd -literal indent - "OpenBSD 3.3 lo0" +In the case of OpenBSD, the only subtype is for a fingerprint that was +normalized by the +.Ar no-df +scrub option and would be specified like +.Bd -literal -offset indent +"OpenBSD 3.3 no-df" .Ed .Pp Fingerprints for most popular operating systems are provided by |