patch-2.4.0-test6 linux/Documentation/networking/ip-sysctl.txt

Next file: linux/Documentation/networking/ipddp.txt
Previous file: linux/Documentation/networking/ethertap.txt
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/Documentation/networking/ip-sysctl.txt linux/Documentation/networking/ip-sysctl.txt
@@ -88,7 +88,7 @@
 	will be aborted after ~11 minutes of retries.
 
 tcp_retries1 - INTEGER
-	How many times to retry before deciding that somethig is wrong
+	How many times to retry before deciding that something is wrong
 	and it is necessary to report this suspection to network layer.
 	Minimal RFC value is 3, it is default, which corresponds
 	to ~3sec-8min depending on RTO.
@@ -139,13 +139,13 @@
 	(probably, after increasing installed memory),
 	if network conditions require more than default value,
 	and tune network services to linger and kill such states
-	more aggressivley. Let me to remind again: each orphan eats
+	more aggressively. Let me to remind again: each orphan eats
 	up to ~64K of unswappable memory.
 
 tcp_abort_on_overflow - BOOLEAN
 	If listening service is too slow to accept new connections,
 	reset them. Default state is FALSE. It means that if overflow
-	occured due to a burst, connection will recover. Enable this
+	occurred due to a burst, connection will recover. Enable this
 	option _only_ if you are really sure that listening daemon
 	cannot be tuned to accept connections faster. Enabling this
 	option can harm clients of your server.
@@ -179,7 +179,7 @@
 	
 tcp_max_syn_backlog - INTEGER
 	Maximal number of remembered connection requests, which are
-	still did not receive an acknowldgement from connecting client.
+	still did not receive an acknowledgement from connecting client.
 	Default value is 1024 for systems with more than 128Mb of memory,
 	and 128 for low memory machines. If server suffers of overload,
 	try to increase this number. Warning! If you make it greater

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)