On Tue, Jun 11, 2024 at 04:05:06PM GMT, Emil Velikov via B4 Relay wrote:
From: Emil Velikov <emil.l.velikov@xxxxxxxxx> These were present in the original xml files and I opted to keep them separate fix to make the transition/comparison easier. Signed-off-by: Emil Velikov <emil.l.velikov@xxxxxxxxx> --- man/depmod.8.scd | 4 ++-- man/depmod.d.5.scd | 2 +- man/modprobe.8.scd | 8 ++++---- man/modprobe.d.5.scd | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man/depmod.8.scd b/man/depmod.8.scd index 8cb6449..80cc48d 100644 --- a/man/depmod.8.scd +++ b/man/depmod.8.scd @@ -54,8 +54,8 @@ rather than the current kernel version (as returned by *uname -r*). than running *depmod* again later. *-o* _outdir_, *--outdir* _outdir_ - Set the output directory where depmod will store any generated file. - _ outdir_ serves as a root to that location, similar to how _basedir_ is + Set the output directory where *depmod* will store any generated file.
this one belongs to the previous patch. Lucas De Marchi