diff options
| author | Steffen Maier <maier@linux.vnet.ibm.com> | 2017-06-14 12:24:12 +0200 | 
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2017-06-22 10:24:31 -0600 | 
| commit | 787e30750d60b4384d34e2dbe0ebe07e09adde15 (patch) | |
| tree | 392f81dfb3cfb87359cc5198b9f50944490ea4d8 /Documentation/admin-guide | |
| parent | e34e20e0034323c917323116dee7c40a9a37f39b (diff) | |
| download | linux-787e30750d60b4384d34e2dbe0ebe07e09adde15.tar.bz2 | |
docs-rst: fix broken links to dynamic-debug-howto in kernel-parameters
Another place in lib/Kconfig.debug was already fixed in commit f8998c226587
("lib/Kconfig.debug: correct documentation paths").
Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 15f79c27748d..b426ad42ab5b 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -720,7 +720,8 @@  			See also Documentation/input/joystick-parport.txt  	ddebug_query=   [KNL,DYNAMIC_DEBUG] Enable debug messages at early boot -			time. See Documentation/dynamic-debug-howto.txt for +			time. See +			Documentation/admin-guide/dynamic-debug-howto.rst for  			details.  Deprecated, see dyndbg.  	debug		[KNL] Enable kernel debugging (events log level). @@ -874,7 +875,8 @@  	dyndbg[="val"]		[KNL,DYNAMIC_DEBUG]  	module.dyndbg[="val"]  			Enable debug messages at boot time.  See -			Documentation/dynamic-debug-howto.txt for details. +			Documentation/admin-guide/dynamic-debug-howto.rst +			for details.  	nompx		[X86] Disables Intel Memory Protection Extensions.  			See Documentation/x86/intel_mpx.txt for more |