From: Jesper Juhl The help text for "config KGDB" in arch/i386/Kconfig refers to Documentation/i386/kgdb.txt - the actual location is Documentation/i386/kgdb/kgdb.txt - patch below to fix that. --- arch/i386/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/i386/Kconfig~kgdb-doc-fix arch/i386/Kconfig --- 25/arch/i386/Kconfig~kgdb-doc-fix 2004-01-19 22:21:39.000000000 -0800 +++ 25-akpm/arch/i386/Kconfig 2004-01-19 22:21:39.000000000 -0800 @@ -1271,7 +1271,7 @@ config KGDB will then break as soon as it looks at the boot options. This option also installs a breakpoint in panic and sends any kernel faults to the debugger. For more information see the - Documentation/i386/kgdb.txt file. + Documentation/i386/kgdb/kgdb.txt file. choice depends on KGDB _