Fix some errors and remove an unrelated paragraph.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
* doc
- Generate the Doxygen documentation (API, html and pdf).
+ Generate the documentation (API and guides).
* doc-api-html
* help
- Show this help.
+ Show a quick help.
Other Useful Command-line Variables
-----------------------------------
.. code-block:: console
export EXTRA_CFLAGS='-O0 -g'
-
-The DPDK and any user or sample applications can then be compiled in the usual way.
-For example:
-
-.. code-block:: console
-
- make install T=x86_64-native-linuxapp-gcc make -C examples/<theapp>