Spell MS-DOS correctly and use &unix; (to include (R)) in the

one place the UNIX(R) is used in this article.
This commit is contained in:
Giorgos Keramidas 2003-05-21 20:49:40 +00:00
parent 7519c1ba0f
commit 03a6a00213
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17044

View file

@ -1,6 +1,8 @@
<!-- $FreeBSD$ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
]>
@ -216,7 +218,7 @@
this suffix are not all the same format; specifically, the
<filename>.fnt</filename> files used by syscons under FreeBSD
may not be the same format as a <filename>.fnt</filename> file
one encounters in the MSDOS/Windows environment. I have not
one encounters in the MS-DOS/Windows environment. I have not
made any attempt at using other <filename>.fnt</filename> files
other than those provided with FreeBSD.</para>
</sect1>
@ -553,7 +555,7 @@ GS&gt;<userinput>quit</userinput></screen>
<informalexample>
<screen><lineannotation>Many <filename>.afm</filename> files are in Mac format&hellip; ^M delimited lines
We need to convert them to unix style ^J delimited lines</lineannotation>
We need to convert them to &unix; style ^J delimited lines</lineannotation>
&prompt.user; <userinput>cd /tmp</userinput>
&prompt.user; <userinput>cat /usr/local/share/fonts/type1/showboat.afm |
tr '\015' '\012' &gt;showboat.afm</userinput>