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:
parent
7519c1ba0f
commit
03a6a00213
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17044
1 changed files with 4 additions and 2 deletions
|
@ -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><userinput>quit</userinput></screen>
|
|||
|
||||
<informalexample>
|
||||
<screen><lineannotation>Many <filename>.afm</filename> files are in Mac format… ^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' >showboat.afm</userinput>
|
||||
|
|
Loading…
Reference in a new issue