diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-06-23 09:08:45 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-06-23 09:08:45 +0000 |
commit | 72cdce1101e96de84f8dbb9e6af0040b42e7d38c (patch) | |
tree | 36949a9d31dfb645e8e9961623e63ecf3bd8a702 /usr.bin/doscmd | |
parent | 67154b7af03b1762052e4a3715df32c15ea4c7ab (diff) | |
download | FreeBSD-src-72cdce1101e96de84f8dbb9e6af0040b42e7d38c.zip FreeBSD-src-72cdce1101e96de84f8dbb9e6af0040b42e7d38c.tar.gz |
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.
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r-- | usr.bin/doscmd/doscmd.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 4d27017..cb86bb6 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -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 |