diff options
Diffstat (limited to 'en_US.ISO8859-1/books/faq/book.sgml')
-rw-r--r-- | en_US.ISO8859-1/books/faq/book.sgml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 4647f7820d..35e0ee4a5b 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -14,7 +14,7 @@ <corpauthor>The FreeBSD Documentation Project</corpauthor> - <pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.208 2001/06/06 17:55:43 chris Exp $</pubdate> + <pubdate>$FreeBSD: doc/en_US.ISO8859-1/books/faq/book.sgml,v 1.209 2001/06/08 03:42:15 chris Exp $</pubdate> <copyright> <year>1995</year> @@ -723,25 +723,25 @@ <tbody> <row> - <entry><literal>en_US.ISO_8859-1</literal></entry> + <entry><literal>en_US.ISO8859-1</literal></entry> <entry>US English</entry> </row> <row> - <entry><literal>de_DE.ISO_8859-1</literal></entry> + <entry><literal>de_DE.ISO8859-1</literal></entry> <entry>German</entry> </row> <row> - <entry><literal>es_ES.ISO_8859-1</literal></entry> + <entry><literal>es_ES.ISO8859-1</literal></entry> <entry>Spanish</entry> </row> <row> - <entry><literal>fr_FR.ISO_8859-1</literal></entry> + <entry><literal>fr_FR.ISO8859-1</literal></entry> <entry>French</entry> </row> @@ -940,22 +940,22 @@ <para>For example, the FAQ, in English, formatted as PDF, is in the package called - <filename>faq.en_US.ISO_8859-1.pdf.tgz</filename>.</para> + <filename>faq.en_US.ISO8859-1.pdf.tgz</filename>.</para> <para>Knowing this, you can use the following command to install the English PDF FAQ package.</para> - <screen>&prompt.root; <userinput>pkg_add ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/packages/faq.en_US.ISO_8859-1.pdf.tgz</userinput></screen> + <screen>&prompt.root; <userinput>pkg_add ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/packages/faq.en_US.ISO8859-1.pdf.tgz</userinput></screen> <para>Having done that, you can use &man.pkg.info.1; to determine where the file has been installed.</para> - <screen>&prompt.root; <userinput>pkg_info -f faq.en_US.ISO_8859-1.pdf</userinput> -Information for faq.en_US.ISO_8859-1.pdf: + <screen>&prompt.root; <userinput>pkg_info -f faq.en_US.ISO8859-1.pdf</userinput> +Information for faq.en_US.ISO8859-1.pdf: Packing list: - Package name: faq.en_US.ISO_8859-1.pdf - CWD to /usr/share/doc/en_US.ISO_8859-1/books/faq + Package name: faq.en_US.ISO8859-1.pdf + CWD to /usr/share/doc/en_US.ISO8859-1/books/faq File: book.pdf CWD to . File: +COMMENT (ignored) @@ -963,7 +963,7 @@ File: +DESC (ignored)</screen> <para>As you can see, <filename>book.pdf</filename> will have been installed in to - <filename>/usr/share/doc/en_US.ISO_8859-1/books/faq</filename>. + <filename>/usr/share/doc/en_US.ISO8859-1/books/faq</filename>. </para> <para>If you do not want to use the packages then you will have to @@ -972,11 +972,11 @@ File: +DESC (ignored)</screen> <para>For example, the split HTML version of the FAQ, compressed using &man.gzip.1;, can be found in the - <filename>en_US.ISO_8859-1/books/faq/book.html-split.tar.gz</filename> + <filename>en_US.ISO8859-1/books/faq/book.html-split.tar.gz</filename> file. To download and uncompress that file you would have to do this.</para> - <screen>&prompt.root; <userinput>fetch ftp://ftp.freebsd.org/pub/FreeBSD/doc/en_US.ISO_8859-1/books/faq/book.html-split.tar.gz</userinput> + <screen>&prompt.root; <userinput>fetch ftp://ftp.freebsd.org/pub/FreeBSD/doc/en_US.ISO8859-1/books/faq/book.html-split.tar.gz</userinput> &prompt.root; <userinput>gzip -d book.html-split.tar.gz</userinput> &prompt.root; <userinput>tar xvf book.html-split.tar</userinput></screen> |