From 13caec13aea24e8db193bdf4eb884d2d36ac25d6 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Wed, 13 Mar 2024 14:12:58 +0800 Subject: [PATCH] doc/kdump.conf: correctly align the options Currently, the other options like "raw " become child items of the auto_reset_crashkernel option, auto_reset_crashkernel ... raw ... nfs ... ... Fix it by ending the auto_reset_crashkernel with ".RE". Fixes: 73ced7f4 ("introduce the auto_reset_crashkernel option to kdump.conf") Signed-off-by: Coiby Xu Reviewed-by: Philipp Rudo --- kdump.conf.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/kdump.conf.5 b/kdump.conf.5 index 0e6ff21..f738dba 100644 --- a/kdump.conf.5 +++ b/kdump.conf.5 @@ -43,6 +43,7 @@ reset-crashkernel [--kernel=path_to_kernel]" if you want to use the default value set after having enabled features like SME/SEV for a specific kernel. And you should also reboot the system for the new crashkernel value to take effect. Also see kdumpctl(8). +.RE .B raw .RS