Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1602077 > unrolled thread

[PATCH v2] lib/Kconfig.debug: correct documentation paths

Started byHans Holmberg <hans@pixelmunchies.com>
First post2017-03-16 09:40 +0100
Last post2017-03-17 20:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] lib/Kconfig.debug: correct documentation paths Hans Holmberg <hans@pixelmunchies.com> - 2017-03-16 09:40 +0100
    Re: [PATCH v2] lib/Kconfig.debug: correct documentation paths Jonathan Corbet <corbet@lwn.net> - 2017-03-17 20:10 +0100

#1602077 — [PATCH v2] lib/Kconfig.debug: correct documentation paths

FromHans Holmberg <hans@pixelmunchies.com>
Date2017-03-16 09:40 +0100
Subject[PATCH v2] lib/Kconfig.debug: correct documentation paths
Message-ID<tlz6V-42c-13@gated-at.bofh.it>
A bunch of documentation files have moved, correct the paths.

Signed-off-by: Hans Holmberg <hans@pixelmunchies.com>
---

Changes in v2:
   - Rebased on top of 4.11-rc2
     (one of the paths was fixed by another patch)

 lib/Kconfig.debug | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 97d62c2..22c75bc 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -130,7 +130,8 @@ config DYNAMIC_DEBUG
 		nullarbor:~ # echo -n 'func svc_process -p' >
 						<debugfs>/dynamic_debug/control
 
-	  See Documentation/dynamic-debug-howto.txt for additional information.
+	  See Documentation/admin-guide/dynamic-debug-howto.rst for additional
+	  information.
 
 endmenu # "printk and dmesg options"
 
@@ -404,8 +405,8 @@ config MAGIC_SYSRQ
 	  by pressing various keys while holding SysRq (Alt+PrintScreen). It
 	  also works on a serial console (on PC hardware at least), if you
 	  send a BREAK and then within 5 seconds a command keypress. The
-	  keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
-	  unless you really know what this hack does.
+	  keys are documented in <file:Documentation/admin-guide/sysrq.rst>.
+	  Don't say Y unless you really know what this hack does.
 
 config MAGIC_SYSRQ_DEFAULT_ENABLE
 	hex "Enable magic SysRq key functions by default"
@@ -414,7 +415,7 @@ config MAGIC_SYSRQ_DEFAULT_ENABLE
 	help
 	  Specifies which SysRq key functions are enabled by default.
 	  This may be set to 1 or 0 to enable or disable them all, or
-	  to a bitmask as described in Documentation/sysrq.txt.
+	  to a bitmask as described in Documentation/admin-guide/sysrq.rst.
 
 config MAGIC_SYSRQ_SERIAL
 	bool "Enable magic SysRq key over serial"
-- 
1.9.1

[toc] | [next] | [standalone]


#1603582

FromJonathan Corbet <corbet@lwn.net>
Date2017-03-17 20:10 +0100
Message-ID<tm5qb-2HS-33@gated-at.bofh.it>
In reply to#1602077
On Thu, 16 Mar 2017 09:37:32 +0100
Hans Holmberg <hans@pixelmunchies.com> wrote:

> A bunch of documentation files have moved, correct the paths.

Applied (finally!) to the docs tree, thanks.

jon

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web