git: a8e7940462 - main - handbook/basics: "correct" markup so that # is displayed properly.
Ceri Davies
ceri at FreeBSD.org
Sat Jun 26 11:36:57 UTC 2021
The branch main has been updated by ceri:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a8e7940462572a121d80ed522c8584bc1b60843f
commit a8e7940462572a121d80ed522c8584bc1b60843f
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-26 11:33:00 +0000
Commit: Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-06-26 11:36:48 +0000
handbook/basics: "correct" markup so that # is displayed properly.
Reported by: Hanif Ariffin <hanif.ariffin.4326 at gmail.com>
---
documentation/content/en/books/handbook/basics/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc
index f3cc959161..74324148de 100644
--- a/documentation/content/en/books/handbook/basics/_index.adoc
+++ b/documentation/content/en/books/handbook/basics/_index.adoc
@@ -132,7 +132,7 @@ ttyv7 "/usr/libexec/getty Pc" xterm on secure
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
....
-To disable a virtual console, put a comment symbol (`#`) at the beginning of the line representing that virtual console.
+To disable a virtual console, put a comment symbol (`\#`) at the beginning of the line representing that virtual console.
For example, to reduce the number of available virtual consoles from eight to four, put a `#` in front of the last four lines representing virtual consoles [.filename]#ttyv5# through [.filename]#ttyv8#.
_Do not_ comment out the line for the system console [.filename]#ttyv0#.
Note that the last virtual console ([.filename]#ttyv8#) is used to access the graphical environment if Xorg has been installed and configured as described in crossref:x11[x11,The X Window System].
More information about the dev-commits-doc-all
mailing list