Fix rendering in vt(4) entry.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-07-13 17:59:00 +00:00
parent 26a32828bf
commit 9a66b1c80a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45270

View file

@ -268,8 +268,8 @@
easy migration from <tt>syscons(4)</tt> to <tt>vt(4)</tt>,
multiple virtual terminal subsystems in the kernel are now
supported, and it is controlled by a small module with just
one kernel environment variable <pre>kern.vty=syscons</pre> or
<pre>kern.vty=vt</pre>.</p>
one kernel environment variable <tt>kern.vty=syscons</tt> or
<tt>kern.vty=vt</tt>.</p>
<p>The GENERIC kernel configuration for the amd64 and i386
platforms include both <tt>syscons(4)</tt> and <tt>vt(4)</tt>