git: 6083b01b00 - main - handbook/network-servers: Add a missing space
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 12:13:14 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=6083b01b0001121f27fd065a5036a9096fd9bc23
commit 6083b01b0001121f27fd065a5036a9096fd9bc23
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-04-18 12:12:56 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-04-18 12:12:56 +0000
handbook/network-servers: Add a missing space
---
documentation/content/en/books/handbook/network-servers/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.