Date: Sat, 26 Jun 2021 11:36:56 GMT From: Ceri Davies <ceri@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: a8e7940462 - main - handbook/basics: "correct" markup so that # is displayed properly. Message-ID: <202106261136.15QBauhf046264@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ceri: URL: https://cgit.FreeBSD.org/doc/commit/?id=a8e7940462572a121d80ed522c8584bc1b60843f commit a8e7940462572a121d80ed522c8584bc1b60843f Author: Ceri Davies <ceri@FreeBSD.org> AuthorDate: 2021-06-26 11:33:00 +0000 Commit: Ceri Davies <ceri@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@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].
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106261136.15QBauhf046264>
