docs: admin-guide: fix printk_ratelimit explanation
authorOleksandr Natalenko <oleksandr@redhat.com>
Wed, 2 Oct 2019 11:46:10 +0000 (13:46 +0200)
committerJonathan Corbet <corbet@lwn.net>
Thu, 10 Oct 2019 17:34:47 +0000 (11:34 -0600)
commitca30ad857d903a2462b85bf83357becb668f0ad7
treeef39a2b0709d6cb8454c0344fc3d966590c8d58e
parentea882f75766c1831720078151c9ca2fdff557e89
docs: admin-guide: fix printk_ratelimit explanation

The printk_ratelimit value accepts seconds, not jiffies (though it is
converted into jiffies internally). Update documentation to reflect
this.

Also, remove the statement about allowing 1 message in 5 seconds since
bursts up to 10 messages are allowed by default.

Finally, while we are here, mention default value for
printk_ratelimit_burst too.

Signed-off-by: Oleksandr Natalenko <oleksandr@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/sysctl/kernel.rst