From 45883c31c7274fc67bedc4a590d8f2987a792a6a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 11:43:48 +0200 Subject: Adding upstream version 2.105. Signed-off-by: Daniel Baumann --- man/kernel-wedge-preprocess.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 man/kernel-wedge-preprocess.1 (limited to 'man/kernel-wedge-preprocess.1') diff --git a/man/kernel-wedge-preprocess.1 b/man/kernel-wedge-preprocess.1 new file mode 100644 index 0000000..ea26e8b --- /dev/null +++ b/man/kernel-wedge-preprocess.1 @@ -0,0 +1,28 @@ +.TH KERNEL\-WEDGE\-PREPROCESS 1 "June 2019" "Kernel-wedge" +.SH NAME +kernel\-wedge\-preprocess \- process a module list file +.SH SYNOPSIS +.B kernel\-wedge preprocess +.I module-list module-dir +.SH DESCRIPTION +Preprocesses the \fImodule-list\fR, performing list includes and module +excludes, removing blank lines and comments, and expanding wildcards. +Emits a list of filenames to stdout. + +Return 1 if a required module or directory is missing, unless +$KW_CHECK_NONFATAL is non-empty. + +The supported wildcards are: + +.TS +nokeep; +lB l. +? Match a single character within a path component +* Match any number of characters within a path component +** Match any number of characters including multiple path components +.TE + +On Linux, '\-' and '_' also match each other since the kernel and kmod +treat them as equivalent in module names. +.SH AUTHOR +Joey Hess, Ben Hutchings -- cgit v1.2.3