Date: Mon, 19 Apr 2021 10:08:23 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 25f9b4641d - main - Remove unnecessary whitespace from an example Message-ID: <202104191008.13JA8NoZ066228@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=25f9b4641d5e1558f6fd0d6ff6e97ee53b9770d5 commit 25f9b4641d5e1558f6fd0d6ff6e97ee53b9770d5 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-19 09:42:24 +0000 Commit: Mateusz Piotrowski <0mp@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191008.13JA8NoZ066228>