git: 25f9b4641d - main - Remove unnecessary whitespace from an example

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Apr 19 10:08:23 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=25f9b4641d5e1558f6fd0d6ff6e97ee53b9770d5

commit 25f9b4641d5e1558f6fd0d6ff6e97ee53b9770d5
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-19 09:42:24 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-19 09:42:24 +0000

    Remove unnecessary whitespace from an example
---
 documentation/content/en/books/faq/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc
index a1044ab155..c5101850fe 100644
--- a/documentation/content/en/books/faq/_index.adoc
+++ b/documentation/content/en/books/faq/_index.adoc
@@ -1630,7 +1630,7 @@ Install Xorg from FreeBSD packages:
 
 [source,shell]
 ....
- #  pkg install xorg
+# pkg install xorg
 ....
 
 After the installation of Xorg, follow the instructions from the link:{handbook}#x-config/[X11 Configuration] section of the FreeBSD Handbook.


More information about the dev-commits-doc-all mailing list