"\t\t" -> " \t" as per rev. 1.611 (mangled in the previous commit)

Pointed out by:	bde
This commit is contained in:
Dag-Erling Smørgrav 1999-09-13 08:36:15 +00:00
parent e755fb7671
commit 01b9141584
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51221
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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