diff options
author | Simon Horman <horms@verge.net.au> | 2011-09-29 03:27:37 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2011-11-01 04:19:45 -0400 |
commit | 40cb1f9bc52186a1a9ef56f0d976482863516ce1 (patch) | |
tree | 902d8b7ed291f39e74fc0a93016c03d4793df91a /Documentation/networking/ipvs-sysctl.txt | |
parent | 325aadc8483e4fc3bbd4acfa7e471e3a032bc941 (diff) |
ipvs: Enhance grammar used to refer to Kconfig options
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Documentation/networking/ipvs-sysctl.txt')
-rw-r--r-- | Documentation/networking/ipvs-sysctl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ipvs-sysctl.txt b/Documentation/networking/ipvs-sysctl.txt index 13610e3bcf92..f2a2488f1bf3 100644 --- a/Documentation/networking/ipvs-sysctl.txt +++ b/Documentation/networking/ipvs-sysctl.txt | |||
@@ -30,7 +30,7 @@ conntrack - BOOLEAN | |||
30 | Connections handled by the IPVS FTP application module | 30 | Connections handled by the IPVS FTP application module |
31 | will have connection tracking entries regardless of this setting. | 31 | will have connection tracking entries regardless of this setting. |
32 | 32 | ||
33 | Only available when IPVS is compiled with the CONFIG_IP_VS_NFCT | 33 | Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled. |
34 | 34 | ||
35 | cache_bypass - BOOLEAN | 35 | cache_bypass - BOOLEAN |
36 | 0 - disabled (default) | 36 | 0 - disabled (default) |
@@ -56,7 +56,7 @@ debug_level - INTEGER | |||
56 | 11 - IPVS packet handling (ip_vs_in/ip_vs_out) | 56 | 11 - IPVS packet handling (ip_vs_in/ip_vs_out) |
57 | 12 or more - packet traversal | 57 | 12 or more - packet traversal |
58 | 58 | ||
59 | Only available when IPVS is compiled with the CONFIG_IP_VS_DEBUG | 59 | Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled. |
60 | 60 | ||
61 | Higher debugging levels include the messages for lower debugging | 61 | Higher debugging levels include the messages for lower debugging |
62 | levels, so setting debug level 2, includes level 0, 1 and 2 | 62 | levels, so setting debug level 2, includes level 0, 1 and 2 |