aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/content/en/books/handbook/network-servers/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc
index 25acf09c56..e0979c9b84 100644
--- a/documentation/content/en/books/handbook/network-servers/_index.adoc
+++ b/documentation/content/en/books/handbook/network-servers/_index.adoc
@@ -2266,7 +2266,7 @@ The first is to install the full PHP binary and running the command to gain the
[source,shell]
....
-# php -i |less
+# php -i | less
....
It is necessary to pass the output to a pager, such as the `more` or `less` to easier digest the amount of output.