commit | 77a538d5aa25a8866606a1faa4300c9aa2a59dfc | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Tue Jul 01 17:22:48 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 01 17:22:48 2008 -0700 |
tree | e8c19d0f59cad6d8a5646248c146ce2641c264af | |
parent | 2a64cc4b793f8a84969401afe5a28bd08bc20c9b [diff] |
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>