diff options
| author | Dmitry Morozovsky <marck@FreeBSD.org> | 2006-12-03 13:46:58 +0000 |
|---|---|---|
| committer | Dmitry Morozovsky <marck@FreeBSD.org> | 2006-12-03 13:46:58 +0000 |
| commit | abd42985fd2d78da044856beb1467757e5f32ba8 (patch) | |
| tree | 242cd023df1be785f72f854b47f70438f89bd609 | |
| parent | 3d7d4df5272851bbfb516a47006791fe0770ee18 (diff) | |
Current ttmkfdir uses -o command line option instead of standart output.
Reflect this.
Submitted by: stas
Notes
svn path=/head/; revision=29166
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/x11/chapter.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml index 2bbf3e9590..f05ac766f3 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml @@ -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 |
