diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-08 09:24:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-08 09:24:52 +0000 |
commit | c67a388221ed2aeefd37de90204278353fc9c0da (patch) | |
tree | 63774cfcf9f2e467f0edff9d780cbe6a7f83cba8 | |
parent | c95560041798ac57cdf794f8e2188f70cd3fa538 (diff) |
typo in comment; frantisek
-rw-r--r-- | etc/pf.os | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pf.os b/etc/pf.os index 80e423a9406..beaf6c921d9 100644 --- a/etc/pf.os +++ b/etc/pf.os @@ -1,4 +1,4 @@ -# $OpenBSD: pf.os,v 1.21 2006/07/28 21:51:12 david Exp $ +# $OpenBSD: pf.os,v 1.22 2009/08/08 09:24:51 deraadt Exp $ # passive OS fingerprinting # ------------------------- # @@ -361,7 +361,7 @@ S34:64:1:52:M*,N,W0,N,N,S: Solaris:10:beta:Solaris 10 (beta) # ----------------- Windows ----------------- # Windows TCP/IP stack is a mess. For most recent XP, 2000 and -# even 98, the pathlevel, not the actual OS version, is more +# even 98, the patchlevel, not the actual OS version, is more # relevant to the signature. They share the same code, so it would # seem. Luckily for us, almost all Windows 9x boxes have an # awkward MSS of 536, which I use to tell one from another |