From 1553eb62dad86b923491fb904d1f62c9b22a89c9 Mon Sep 17 00:00:00 2001 From: Philipp Rudo Date: Tue, 8 Apr 2025 17:27:05 +0200 Subject: [PATCH] doc/kdump.conf: correctly align the options Resolves: https://issues.redhat.com/browse/RHEL-84470 Upstream: kdump-utils Conflict: None commit d6e1edc677bfd15fb4553101ffb5a34130959861 Author: Coiby Xu Date: Wed Mar 13 14:12:58 2024 +0800 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 Signed-off-by: Philipp Rudo --- kdump.conf.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/kdump.conf.5 b/kdump.conf.5 index 3e98cfe..9a5590c 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