]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: fix sysctl documentation of time related values
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 2 Jul 2008 00:22:48 +0000 (17:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jul 2008 00:22:48 +0000 (17:22 -0700)
commitefd7c81b81bc672f0562defa4498e6b8bb0953b6
treee8c19d0f59cad6d8a5646248c146ce2641c264af
parenta19c976d12d5b6f688207c4d86eaa9d7109bc4f9
ipv4: fix sysctl documentation of time related values

These sysctl values are time related and all use the same routine
(proc_dointvec_jiffies) that internally converts from seconds to jiffies.
The code is fine, the documentation is just wrong.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/ip-sysctl.txt