diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-11-16 13:11:21 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-11-17 14:12:14 +0100 |
commit | 0f60a29c52b515532e6b11dc6b3c9e5b5f7ff2b4 (patch) | |
tree | 9a193d43224f09515af7a419f6e2b8d8cb5068a5 /Documentation | |
parent | libbpf: update index.rst reference (diff) | |
download | linux-0f60a29c52b515532e6b11dc6b3c9e5b5f7ff2b4.tar.xz linux-0f60a29c52b515532e6b11dc6b3c9e5b5f7ff2b4.zip |
docs: accounting: update delay-accounting.rst reference
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: fcb501704554 ("delayacct: Document task_delayacct sysctl")
Fixes: c3123552aad3 ("docs: accounting: convert to ReST")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/admin-guide/sysctl/kernel.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst index 426162009ce9..0e486f41185e 100644 --- a/Documentation/admin-guide/sysctl/kernel.rst +++ b/Documentation/admin-guide/sysctl/kernel.rst @@ -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. |