[dpdk-dev] [PATCH] doc: use glob terminology
Thomas Monjalon
thomas at monjalon.net
Sun Apr 12 17:05:22 CEST 2020
12/04/2020 16:40, jerinj at marvell.com:
> From: Jerin Jacob <jerinj at marvell.com>
>
> Globbing is the word used on fnmatch man page. Use globing
> terminology accross dpdk repo for shell pattern.
>
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>
[...]
> --- a/lib/librte_eal/include/rte_log.h
> +++ b/lib/librte_eal/include/rte_log.h
> - * Set the log level for a given type based on shell pattern.
> + * Set the log level for a given type based on globbing.
> *
> * @param pattern
> * The match pattern identifying the log type.
"match pattern" can be replaced with "globbing pattern".
I think there are few other places which can be improved.
I see this one in lib/librte_eal/common/eal_common_log.c:
glob (file match) pattern
I suggest "globbing pattern"
And "Glob match string option" -> "Globbing pattern option"
More information about the dev
mailing list