]> git.baikalelectronics.ru Git - kernel.git/commitdiff
docs: accounting: update delay-accounting.rst reference
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 16 Nov 2021 12:11:21 +0000 (12:11 +0000)
committerJonathan Corbet <corbet@lwn.net>
Wed, 17 Nov 2021 13:12:14 +0000 (06:12 -0700)
The file name: accounting/delay-accounting.rst
should be, instead: Documentation/accounting/delay-accounting.rst.

Also, there's no need to use doc:`foo`, as automarkup.py will
automatically handle plain text mentions to Documentation/
files.

So, update its cross-reference accordingly.

Fixes: 8d4df6235e14 ("delayacct: Document task_delayacct sysctl")
Fixes: c9a00e608a6e ("docs: accounting: convert to ReST")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/sysctl/kernel.rst

index 426162009ce9984445519c46f53bcb366456f607..0e486f41185ef35a6389283e1cdc7c4ed90cf30a 100644 (file)
@@ -1099,7 +1099,7 @@ task_delayacct
 ===============
 
 Enables/disables task delay accounting (see
-:doc:`accounting/delay-accounting.rst`). Enabling this feature incurs
+Documentation/accounting/delay-accounting.rst. Enabling this feature incurs
 a small amount of overhead in the scheduler but is useful for debugging
 and performance tuning. It is required by some tools such as iotop.