aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2024-04-18 12:12:56 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2024-04-18 12:12:56 +0000
commit6083b01b0001121f27fd065a5036a9096fd9bc23 (patch)
treeaf002dc3622ddc7e85274ef4c923b19115059b81
parentb257ba58e854a431b4a42cd47e219368d8f6941d (diff)
downloaddoc-6083b01b0001121f27fd065a5036a9096fd9bc23.tar.gz
doc-6083b01b0001121f27fd065a5036a9096fd9bc23.zip
handbook/network-servers: Add a missing space
-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.