23/05/2019 15:47, Vipin Varghese: > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -4651,6 +4651,10 @@ For example: > cd examples/bpf > clang -O2 -target bpf -c t1.c > > +.. note:: > + > + To built other BPF examples, the compiler requires additional > command-line options.
"To built" -> "To build" I think this note is vague. Don't you think it may confuse user if we don't explicit which kind of options are required?