diff options
author | des <des@FreeBSD.org> | 1999-09-13 08:36:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-09-13 08:36:15 +0000 |
commit | 31f547ff8e7a5be379a5a137d5c327d59266c755 (patch) | |
tree | 559b5158ad0b87c6961225d704f7e295c8d316da /sys | |
parent | b96c3bcd66f43d6176a9d5dff69d9f5aeb697a62 (diff) | |
download | FreeBSD-src-31f547ff8e7a5be379a5a137d5c327d59266c755.zip FreeBSD-src-31f547ff8e7a5be379a5a137d5c327d59266c755.tar.gz |
"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)
Pointed out by: bde
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1af39e1..3b8b8a7 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -480,8 +480,8 @@ options TCPDEBUG # prevents nmap et al. from identifying the TCP/IP stack, but breaks support # for RFC1644 extensions and is not recommended for web servers. # -options TCP_RESTRICT_RST #restrict emission of TCP RST -options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN +options TCP_RESTRICT_RST #restrict emission of TCP RST +options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 1af39e1..3b8b8a7 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -480,8 +480,8 @@ options TCPDEBUG # prevents nmap et al. from identifying the TCP/IP stack, but breaks support # for RFC1644 extensions and is not recommended for web servers. # -options TCP_RESTRICT_RST #restrict emission of TCP RST -options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN +options TCP_RESTRICT_RST #restrict emission of TCP RST +options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 1af39e1..3b8b8a7 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -480,8 +480,8 @@ options TCPDEBUG # prevents nmap et al. from identifying the TCP/IP stack, but breaks support # for RFC1644 extensions and is not recommended for web servers. # -options TCP_RESTRICT_RST #restrict emission of TCP RST -options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN +options TCP_RESTRICT_RST #restrict emission of TCP RST +options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from |