summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-15 20:44:30 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-16 00:20:19 +0100
commit538299ef3d7a6113561aed50c9c5ae36595000da (patch)
tree57dbd4558cd8502c685c5f2d7456b8bd3da0bbd5
parent9197d3cbbc1e109b1c031071ffdeb27b37225728 (diff)
do not wrap the lines of commands output
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--apache.adoci10
1 files changed, 4 insertions, 6 deletions
diff --git a/apache.adoci b/apache.adoci
index e7d5925..9960a49 100644
--- a/apache.adoci
+++ b/apache.adoci
@@ -19,8 +19,7 @@ Portable Runtime Utility). i.e. a command looking like this:
gives this output:
> configure: error: Bundled APR requested but not found at ./srclib/.
- > Download and unpack the corresponding apr and apr-util packages to
- > ./srclib/.
+ > Download and unpack the corresponding apr and apr-util packages to ./srclib/.
==== Resolution ====
@@ -51,8 +50,7 @@ now in place and ready to be built.
Even though, there is no more dependency issues with APR, the build process now
complains about a missing binary: 'pcre-config'
- > configure: error: pcre-config for libpcre not found. PCRE is required and
- > available from http://pcre.org/
+ > configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/
==== Resolution ====
@@ -148,8 +146,8 @@ a 'user:password' pair).
> <html>
> <body>
> <p>
- > This content is private. If you can read this message, it means
- > that you have successfully passed HTTP authentication. </p>
+ > This content is private. If you can read this message, it means that you have successfully passed HTTP authentication.
+ > </p>
> </body>
> </html>
>