[dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options
Thomas Monjalon
thomas at monjalon.net
Sun Nov 15 21:00:28 CET 2020
15/11/2020 20:58, Thomas Monjalon:
> 11/11/2020 11:46, Luca Boccassi:
> > On Tue, 2020-11-10 at 14:55 -0800, Stephen Hemminger wrote:
> > > 41 files changed, 178 insertions(+), 158 deletions(-)
> >
> > Reviewed-by: Luca Boccassi <bluca at debian.org>
>
> There are more occurences to fix:
>
> git grep -Iw -- '-w' | wc -l
> 36
Even more (thanks David for the regex):
git grep -iE '(white|black)([[:space:]]|-)*list' -- ':^doc/guides/contributingcoding_style.rst' ':^doc/guides/rel_notes' doc | wc -l
12
More information about the dev
mailing list