summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-08-22 21:50:35 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-08-22 21:50:35 +0000
commitbdee604205b7485ae7e9cb0b6d1aa2e2553297a9 (patch)
tree90db82ccfd6991f5ec8558150130e86480f41ce6 /share/man
parent97012dcf81eb4cd9173c8a9e3e6d24d264b70bd2 (diff)
pf spelling police
ok dhartmei@ jmc@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/pf.44
-rw-r--r--share/man/man5/pf.conf.54
-rw-r--r--share/man/man5/pf.os.56
3 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 28d12852370..5a6d106472a 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.35 2003/08/21 19:12:59 frantzen Exp $
+.\" $OpenBSD: pf.4,v 1.36 2003/08/22 21:50:34 david Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -620,7 +620,7 @@ Get the passive OS fingerprint number
.Va fp_getnum
from the kernels fingerprint list.
The rest of the structure members will come back filled.
-Get the whole list by repeatadly incrementing the
+Get the whole list by repeatedly incrementing the
.Va fp_getnum
number until the ioctl returns EBUSY.
.El
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index ae90cb44212..16add0d7142 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.266 2003/08/22 18:28:14 frantzen Exp $
+.\" $OpenBSD: pf.conf.5,v 1.267 2003/08/22 21:50:34 david Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" All rights reserved.
@@ -562,7 +562,7 @@ And spoofing TCP packets into a connection requires knowing or guessing
valid timestamps.
Timestamps merely need to be monotonically increasing and not derived off a
guessable base time.
-.Ar reassemple tcp
+.Ar reassemble tcp
will cause
.Ar scrub
to modulate the TCP timestamps with a random number.
diff --git a/share/man/man5/pf.os.5 b/share/man/man5/pf.os.5
index 4814bfc5d67..7de8e739d51 100644
--- a/share/man/man5/pf.os.5
+++ b/share/man/man5/pf.os.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.os.5,v 1.2 2003/08/22 05:18:30 david Exp $
+.\" $OpenBSD: pf.os.5,v 1.3 2003/08/22 21:50:34 david Exp $
.\"
.\" Copyright (c) 2003 Mike Frantzen <frantzen@w4g.org>
.\"
@@ -137,10 +137,10 @@ will match another NOP.
The sixth
.Ar W0
will match a window scaling option with a zero scaling size.
-The seventh and eigth
+The seventh and eighth
.Ar N
options will match two NOPs.
-And the nineth and final option
+And the ninth and final option
.Ar T
will match the timestamp option with any time value.
.Pp