diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 17:06:29 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 13:44:22 +0200 |
commit | 08c76a2f432974de34343a1a323cbeab48321c41 (patch) | |
tree | 23cbbe5cac20bf42f17fdf8af0fd7f63f95963be /lib/Kconfig.kgdb | |
parent | fs: update location of filesystems documentation (diff) | |
download | linux-08c76a2f432974de34343a1a323cbeab48321c41.tar.xz linux-08c76a2f432974de34343a1a323cbeab48321c41.zip |
lib: update location of kgdb documentation
The documentation was moved from DocBook directory.
Update its location.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'lib/Kconfig.kgdb')
-rw-r--r-- | lib/Kconfig.kgdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.kgdb b/lib/Kconfig.kgdb index 533f912638ed..ab4ff0eea776 100644 --- a/lib/Kconfig.kgdb +++ b/lib/Kconfig.kgdb @@ -13,7 +13,7 @@ menuconfig KGDB CONFIG_FRAME_POINTER to aid in producing more reliable stack backtraces in the external debugger. Documentation of kernel debugger is available at http://kgdb.sourceforge.net - as well as in DocBook form in Documentation/DocBook/. If + as well as in Documentation/dev-tools/kgdb.rst. If unsure, say N. if KGDB |