Current ttmkfdir uses -o command line option instead of standart output.
Reflect this. Submitted by: stas
This commit is contained in:
parent
3d7d4df527
commit
abd42985fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29166
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ EndSection</programlisting>
|
|||
<filename role="package">x11-fonts/ttmkfdir</filename>.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/X11R6/lib/X11/fonts/TrueType</userinput>
|
||||
&prompt.root; <userinput>ttmkfdir > fonts.dir</userinput></screen>
|
||||
&prompt.root; <userinput>ttmkfdir -o fonts.dir</userinput></screen>
|
||||
|
||||
<para>Now add the &truetype; directory to the font
|
||||
path. This is just the same as described above for <link
|
||||
|
|
Loading…
Reference in a new issue