Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: admin-guide: sysctl: avoid using ReST :doc:`foo` markup

The :doc:`foo` tag is auto-generated via automarkup.py.
So, use the filename at the sources, instead of :doc:`foo`.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/12abd2290c7ebc05c89178d2556bea740bd70fac.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
2793e19d e499f4c2

+21 -18
+1 -1
Documentation/admin-guide/sysctl/abi.rst
··· 11 11 12 12 Copyright (c) 2020, Stephen Kitt 13 13 14 - For general info, see :doc:`index`. 14 + For general info, see Documentation/admin-guide/sysctl/index.rst. 15 15 16 16 ------------------------------------------------------------------------------ 17 17
+20 -17
Documentation/admin-guide/sysctl/kernel.rst
··· 9 9 10 10 Copyright (c) 2009, Shen Feng<shen@cn.fujitsu.com> 11 11 12 - For general info and legal blurb, please look in :doc:`index`. 12 + For general info and legal blurb, please look in 13 + Documentation/admin-guide/sysctl/index.rst. 13 14 14 15 ------------------------------------------------------------------------------ 15 16 ··· 55 54 acpi_video_flags 56 55 ================ 57 56 58 - See :doc:`/power/video`. This allows the video resume mode to be set, 57 + See Documentation/power/video.rst. This allows the video resume mode to be set, 59 58 in a similar fashion to the ``acpi_sleep`` kernel parameter, by 60 59 combining the following values: 61 60 ··· 90 89 the value 340 = 0x154. 91 90 92 91 See the ``type_of_loader`` and ``ext_loader_type`` fields in 93 - :doc:`/x86/boot` for additional information. 92 + Documentation/x86/boot.rst for additional information. 94 93 95 94 96 95 bootloader_version (x86 only) ··· 100 99 file will contain the value 564 = 0x234. 101 100 102 101 See the ``type_of_loader`` and ``ext_loader_ver`` fields in 103 - :doc:`/x86/boot` for additional information. 102 + Documentation/x86/boot.rst for additional information. 104 103 105 104 106 105 bpf_stats_enabled ··· 270 269 firmware_config 271 270 =============== 272 271 273 - See :doc:`/driver-api/firmware/fallback-mechanisms`. 272 + See Documentation/driver-api/firmware/fallback-mechanisms.rst. 274 273 275 274 The entries in this directory allow the firmware loader helper 276 275 fallback to be controlled: ··· 298 297 ftrace_enabled, stack_tracer_enabled 299 298 ==================================== 300 299 301 - See :doc:`/trace/ftrace`. 300 + See Documentation/trace/ftrace.rst. 302 301 303 302 304 303 hardlockup_all_cpu_backtrace ··· 326 325 1 Panic on hard lockup. 327 326 = =========================== 328 327 329 - See :doc:`/admin-guide/lockup-watchdogs` for more information. 328 + See Documentation/admin-guide/lockup-watchdogs.rst for more information. 330 329 This can also be set using the nmi_watchdog kernel parameter. 331 330 332 331 ··· 587 586 588 587 nmi_watchdog=1 589 588 590 - to the guest kernel command line (see :doc:`/admin-guide/kernel-parameters`). 589 + to the guest kernel command line (see 590 + Documentation/admin-guide/kernel-parameters.rst). 591 591 592 592 593 593 numa_balancing ··· 1073 1071 real-root-dev 1074 1072 ============= 1075 1073 1076 - See :doc:`/admin-guide/initrd`. 1074 + See Documentation/admin-guide/initrd.rst. 1077 1075 1078 1076 1079 1077 reboot-cmd (SPARC only) ··· 1160 1158 seccomp 1161 1159 ======= 1162 1160 1163 - See :doc:`/userspace-api/seccomp_filter`. 1161 + See Documentation/userspace-api/seccomp_filter.rst. 1164 1162 1165 1163 1166 1164 sg-big-buff ··· 1331 1329 sysrq 1332 1330 ===== 1333 1331 1334 - See :doc:`/admin-guide/sysrq`. 1332 + See Documentation/admin-guide/sysrq.rst. 1335 1333 1336 1334 1337 1335 tainted ··· 1361 1359 131072 `(T)` The kernel was built with the struct randomization plugin 1362 1360 ====== ===== ============================================================== 1363 1361 1364 - See :doc:`/admin-guide/tainted-kernels` for more information. 1362 + See Documentation/admin-guide/tainted-kernels.rst for more information. 1365 1363 1366 1364 Note: 1367 1365 writes to this sysctl interface will fail with ``EINVAL`` if the kernel is 1368 1366 booted with the command line option ``panic_on_taint=<bitmask>,nousertaint`` 1369 1367 and any of the ORed together values being written to ``tainted`` match with 1370 1368 the bitmask declared on panic_on_taint. 1371 - See :doc:`/admin-guide/kernel-parameters` for more details on that particular 1372 - kernel command line option and its optional ``nousertaint`` switch. 1369 + See Documentation/admin-guide/kernel-parameters.rst for more details on 1370 + that particular kernel command line option and its optional 1371 + ``nousertaint`` switch. 1373 1372 1374 1373 threads-max 1375 1374 =========== ··· 1394 1391 traceoff_on_warning 1395 1392 =================== 1396 1393 1397 - When set, disables tracing (see :doc:`/trace/ftrace`) when a 1394 + When set, disables tracing (see Documentation/trace/ftrace.rst) when a 1398 1395 ``WARN()`` is hit. 1399 1396 1400 1397 ··· 1414 1411 1415 1412 This only works if the kernel was booted with ``tp_printk`` enabled. 1416 1413 1417 - See :doc:`/admin-guide/kernel-parameters` and 1418 - :doc:`/trace/boottime-trace`. 1414 + See Documentation/admin-guide/kernel-parameters.rst and 1415 + Documentation/trace/boottime-trace.rst. 1419 1416 1420 1417 1421 1418 .. _unaligned-dump-stack: