123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774 |
- # SOME DESCRIPTIVE TITLE
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Content of: <sect1><sect1info><address>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:14
- #, no-wrap
- msgid "&man-db-url;"
- msgstr ""
- #. type: Content of: <sect1><sect1info>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:12
- msgid ""
- "<productname>man-db</productname> "
- "<productnumber>&man-db-version;</productnumber> <placeholder "
- "type=\"address\" id=\"0\"/>"
- msgstr ""
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:17
- msgid "Man-DB-&man-db-version;"
- msgstr ""
- #. type: Content of: <sect1><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:20
- msgid "Man-DB"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:26
- msgid "The Man-DB package contains programs for finding and viewing man pages."
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:30
- msgid "&buildtime;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:31
- msgid "&diskspace;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:34
- msgid "&man-db-fin-sbu;"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:35
- msgid "&man-db-fin-du;"
- msgstr ""
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:42
- msgid "Installation of Man-DB"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:44
- msgid "Prepare Man-DB for compilation:"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:46
- #, no-wrap
- msgid ""
- "<userinput remap=\"configure\">sed -i '/find/s@/usr@@' "
- "init/systemd/man-db.service.in\n"
- "\n"
- "./configure --prefix=/usr \\\n"
- " --docdir=/usr/share/doc/man-db-&man-db-version; \\\n"
- " --sysconfdir=/etc \\\n"
- " --disable-setuid \\\n"
- " --enable-cache-owner=bin \\\n"
- " --with-browser=/usr/bin/lynx \\\n"
- " --with-vgrind=/usr/bin/vgrind \\\n"
- " --with-grap=/usr/bin/grap</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:57
- #, no-wrap
- msgid ""
- "<userinput remap=\"configure\">./configure --prefix=/usr "
- "\\\n"
- " --docdir=/usr/share/doc/man-db-&man-db-version; \\\n"
- " --sysconfdir=/etc \\\n"
- " --disable-setuid \\\n"
- " --enable-cache-owner=bin \\\n"
- " --with-browser=/usr/bin/lynx \\\n"
- " --with-vgrind=/usr/bin/vgrind \\\n"
- " --with-grap=/usr/bin/grap \\\n"
- " --with-systemdtmpfilesdir= \\\n"
- " --with-systemdsystemunitdir=</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:69
- msgid "The meaning of the configure options:"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:72
- msgid "<command>sed -i '/find/s@/usr@@' init/systemd/man-db.service.in</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:74
- msgid ""
- "This changes a harcoded path to the <command>find</command> utility, which "
- "we install in <filename class=\"directory\">/bin</filename>."
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:81
- msgid "<parameter>--disable-setuid</parameter>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:83
- msgid ""
- "This disables making the <command>man</command> program setuid to user "
- "<systemitem class=\"username\">man</systemitem>."
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:89
- msgid "<parameter>--enable-cache-owner=bin</parameter>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:91
- msgid ""
- "This makes the system-wide cache files be owned by user <systemitem "
- "class=\"username\">bin</systemitem>."
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:97
- msgid "<parameter>--with-...</parameter>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:99
- msgid ""
- "These three parameters are used to set some default programs. "
- "<command>lynx</command> is a text-based web browser (see BLFS for "
- "installation instructions), <command>vgrind</command> converts program "
- "sources to Groff input, and <command>grap</command> is useful for "
- "typesetting graphs in Groff documents. The <command>vgrind</command> and "
- "<command>grap</command> programs are not normally needed for viewing manual "
- "pages. They are not part of LFS or BLFS, but you should be able to install "
- "them yourself after finishing LFS if you wish to do so."
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:112
- msgid "<parameter>--with-systemd...</parameter>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:114
- msgid "These parameters prevent installing unneeded systemd directories and files."
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:121
- msgid "Compile the package:"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:123
- #, no-wrap
- msgid "<userinput remap=\"make\">make</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:125
- msgid "To test the results, issue:"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:127
- #, no-wrap
- msgid "<userinput remap=\"test\">make check</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:129
- msgid "Install the package:"
- msgstr ""
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:131
- #, no-wrap
- msgid "<userinput remap=\"install\">make install</userinput>"
- msgstr ""
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:136
- msgid "Non-English Manual Pages in LFS"
- msgstr ""
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:138
- msgid ""
- "The following table shows the character set that Man-DB assumes manual pages "
- "installed under <filename "
- "class=\"directory\">/usr/share/man/<ll></filename> will be encoded "
- "with. In addition to this, Man-DB correctly determines if manual pages "
- "installed in that directory are UTF-8 encoded."
- msgstr ""
- #. type: Content of: <sect1><sect2><table><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:146
- msgid "Expected character encoding of legacy 8-bit manual pages"
- msgstr ""
- #. type: Content of: <sect1><sect2><table>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:147
- msgid "<?dbfo table-width=\"6in\" ?>"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><thead><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:158
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:160
- msgid "Language (code)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><thead><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:159
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:161
- msgid "Encoding"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:167
- msgid "Danish (da)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:168
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:174
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:180
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:186
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:192
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:198
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:204
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:210
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:216
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:222
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:228
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:234
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:240
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:246
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:252
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:258
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:264
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:270
- msgid "ISO-8859-1"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:169
- msgid "Croatian (hr)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:170
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:176
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:212
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:218
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:230
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:236
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:242
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:288
- msgid "ISO-8859-2"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:173
- msgid "German (de)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:175
- msgid "Hungarian (hu)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:179
- msgid "English (en)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:181
- msgid "Japanese (ja)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:182
- msgid "EUC-JP"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:185
- msgid "Spanish (es)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:187
- msgid "Korean (ko)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:188
- msgid "EUC-KR"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:191
- msgid "Estonian (et)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:193
- msgid "Lithuanian (lt)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:194
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:200
- msgid "ISO-8859-13"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:197
- msgid "Finnish (fi)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:199
- msgid "Latvian (lv)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:203
- msgid "French (fr)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:205
- msgid "Macedonian (mk)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:206
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:248
- msgid "ISO-8859-5"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:209
- msgid "Irish (ga)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:211
- msgid "Polish (pl)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:215
- msgid "Galician (gl)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:217
- msgid "Romanian (ro)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:221
- msgid "Indonesian (id)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:223
- msgid "Russian (ru)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:224
- msgid "KOI8-R"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:227
- msgid "Icelandic (is)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:229
- msgid "Slovak (sk)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:233
- msgid "Italian (it)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:235
- msgid "Slovenian (sl)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:239
- msgid "Norwegian Bokmal (nb)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:241
- msgid "Serbian Latin (sr@latin)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:245
- msgid "Dutch (nl)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:247
- msgid "Serbian (sr)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:251
- msgid "Norwegian Nynorsk (nn)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:253
- msgid "Turkish (tr)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:254
- msgid "ISO-8859-9"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:257
- msgid "Norwegian (no)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:259
- msgid "Ukrainian (uk)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:260
- msgid "KOI8-U"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:263
- msgid "Portuguese (pt)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:265
- msgid "Vietnamese (vi)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:266
- msgid "TCVN5712-1"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:269
- msgid "Swedish (sv)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:271
- msgid "Simplified Chinese (zh_CN)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:272
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:278
- msgid "GBK"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:275
- msgid "Belarusian (be)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:276
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:282
- msgid "CP1251"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:277
- msgid "Simplified Chinese, Singapore (zh_SG)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:281
- msgid "Bulgarian (bg)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:283
- msgid "Traditional Chinese, Hong Kong (zh_HK)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:284
- msgid "BIG5HKSCS"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:287
- msgid "Czech (cs)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:289
- msgid "Traditional Chinese (zh_TW)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:290
- msgid "BIG5"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:293
- msgid "Greek (el)"
- msgstr ""
- #. type: Content of: <sect1><sect2><table><tgroup><tbody><row><entry>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:294
- msgid "ISO-8859-7"
- msgstr ""
- #. type: Content of: <sect1><sect2><note><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:306
- msgid "Manual pages in languages not in the list are not supported."
- msgstr ""
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:312
- msgid "Contents of Man-DB"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:315
- msgid "Installed programs"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:316
- msgid "Installed libraries"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:317
- msgid "Installed directories"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:320
- msgid ""
- "accessdb, apropos (link to whatis), catman, lexgrog, man, mandb, manpath, "
- "and whatis"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:322
- msgid "libman.so and libmandb.so (both in /usr/lib/man-db)"
- msgstr ""
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:323
- msgid ""
- "/usr/lib/man-db, /usr/libexec/man-db, and "
- "/usr/share/doc/man-db-&man-db-version;"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><bridgehead>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:329
- msgid "Short Descriptions"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:330
- msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:334
- msgid "<command>accessdb</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:336
- msgid "Dumps the <command>whatis</command> database contents in human-readable form"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:339
- msgid "accessdb"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:345
- msgid "<command>apropos</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:347
- msgid ""
- "Searches the <command>whatis</command> database and displays the short "
- "descriptions of system commands that contain a given string"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:351
- msgid "apropos"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:357
- msgid "<command>catman</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:359
- msgid "Creates or updates the pre-formatted manual pages"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:361
- msgid "catman"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:367
- msgid "<command>lexgrog</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:369
- msgid "Displays one-line summary information about a given manual page"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:372
- msgid "lexgrog"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:378
- msgid "<command>man</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:380
- msgid "Formats and displays the requested manual page"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:382
- msgid "man"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:388
- msgid "<command>mandb</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:390
- msgid "Creates or updates the <command>whatis</command> database"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:392
- msgid "mandb"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:398
- msgid "<command>manpath</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:400
- msgid ""
- "Displays the contents of $MANPATH or (if $MANPATH is not set) a suitable "
- "search path based on the settings in man.conf and the user's environment"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:404
- msgid "manpath"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:410
- msgid "<command>whatis</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:412
- msgid ""
- "Searches the <command>whatis</command> database and displays the short "
- "descriptions of system commands that contain the given keyword as a separate "
- "word"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:416
- msgid "whatis"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:422
- msgid "<filename class=\"libraryfile\">libman</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:424
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:434
- msgid "Contains run-time support for <command>man</command>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:426
- msgid "libman"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:432
- msgid "<filename class=\"libraryfile\">libmandb</filename>"
- msgstr ""
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/man-db.xml:436
- msgid "libmandb"
- msgstr ""
|