mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix problems introduced in the previous commit:
* Do not use explicit paragraphing (Pp) to separate list items. * Do not use semi-colons to punctuate list items; the use or periods eases maintenance. * Do not mark up external shell commands as internal commands (Ic). * Do not introduce new hard sentence breaks.
This commit is contained in:
parent
96ba60ede2
commit
ce1fc2b2df
1 changed files with 4 additions and 5 deletions
|
|
@ -524,16 +524,15 @@ version
|
|||
To change it to version 3.2 (the default in previous versions of
|
||||
.Nm doscmd )
|
||||
use the value of
|
||||
.Cm 320 ;
|
||||
.Pp
|
||||
.Cm 320 .
|
||||
.It Cm X11_FONT
|
||||
The value of this variable determines the font used in an X
|
||||
window. The default font is
|
||||
The value of this variable determines the font used in an X window.
|
||||
The default font is
|
||||
.Cm vga ,
|
||||
which is installed in
|
||||
.Pa /usr/libdata/doscmd/fonts .
|
||||
Add the line
|
||||
.Ic xset fp+ /usr/libdata/doscmd/fonts
|
||||
.Ql xset fp+ /usr/libdata/doscmd/fonts
|
||||
to your
|
||||
.Pa ${HOME}/.xsession
|
||||
or
|
||||
|
|
|
|||
Loading…
Reference in a new issue