diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-11-21 17:31:13 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2021-11-21 17:31:13 +0000 |
| commit | 2291b365c7be7d155cfff337ffeef54bbfb11c3a (patch) | |
| tree | 3d348be04fe2d0170a28c24c43aaf370ae51cdec | |
| parent | 0ea062e71692f4554368b5d15eef468868e4d3e3 (diff) | |
| download | doc-2291b365c7be7d155cfff337ffeef54bbfb11c3a.tar.gz doc-2291b365c7be7d155cfff337ffeef54bbfb11c3a.zip | |
Fix manual page link in basics handbook chapter
Submitted by: Marin Bernard <lists+freebsd@olivarim.com>
PR: 259972
| -rw-r--r-- | documentation/content/en/books/handbook/basics/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc index 8ab50fce94..4d721e02d3 100644 --- a/documentation/content/en/books/handbook/basics/_index.adoc +++ b/documentation/content/en/books/handbook/basics/_index.adoc @@ -114,7 +114,7 @@ When switching from one console to the next, FreeBSD manages the screen output. The result is an illusion of having multiple virtual screens and keyboards that can be used to type commands for FreeBSD to run. The programs that are launched in one virtual console do not stop running when the user switches to a different virtual console. -Refer to man:kbdcontrol[1], man:vidcontrol[1], man:atkbd:[4], man:syscons[4], and man:vt[4] for a more technical description of the FreeBSD console and its keyboard drivers. +Refer to man:kbdcontrol[1], man:vidcontrol[1], man:atkbd[4], man:syscons[4], and man:vt[4] for a more technical description of the FreeBSD console and its keyboard drivers. In FreeBSD, the number of available virtual consoles is configured in this section of [.filename]#/etc/ttys#: |
