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

No differences found