From aa96b7897b40bf1171f08d77e229ec57b2c4119a Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 12 Jan 2014 23:28:55 +0100 Subject: Documentation: Denote command lines with "$" Add a prompt sign to all command lines in code blocks. --- web/input/doc/faq/libtap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/input/doc/faq/libtap.md') diff --git a/web/input/doc/faq/libtap.md b/web/input/doc/faq/libtap.md index 29cd357..c592030 100644 --- a/web/input/doc/faq/libtap.md +++ b/web/input/doc/faq/libtap.md @@ -10,10 +10,10 @@ tests are in `lib/tests/test_*.c`. The latest libtap version is currently 1.01. However, there is a bug with the thread implementation. To workaround, run: - CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure - make - make check - make install + $ CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure + $ make + $ make check + $ make install Now when you run the Nagios Plugins `./configure` script, it should find the libtap library and compile the tests and run them when you run `make` `test`. -- cgit v1.2.3-74-g34f1