Ignore:
Timestamp:
02/06/2022 04:45:15 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
2195c1e
Parents:
3e09569 (diff), d759d8b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/man-db.xml

    r3e09569 r2590473  
    4444    <para>Prepare Man-DB for compilation:</para>
    4545
    46 <screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                        \
     46<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr                         \
    4747            --docdir=/usr/share/doc/man-db-&man-db-version; \
    48             --sysconfdir=/etc                    \
    49             --disable-setuid                     \
    50             --enable-cache-owner=bin             \
    51             --with-browser=/usr/bin/lynx         \
    52             --with-vgrind=/usr/bin/vgrind        \
     48            --sysconfdir=/etc                     \
     49            --disable-setuid                      \
     50            --enable-cache-owner=bin              \
     51            --with-browser=/usr/bin/lynx          \
     52            --with-vgrind=/usr/bin/vgrind         \
    5353            --with-grap=/usr/bin/grap</userinput></screen>
    5454
    55 <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                        \
     55<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr                         \
    5656            --docdir=/usr/share/doc/man-db-&man-db-version; \
    57             --sysconfdir=/etc                    \
    58             --disable-setuid                     \
    59             --enable-cache-owner=bin             \
    60             --with-browser=/usr/bin/lynx         \
    61             --with-vgrind=/usr/bin/vgrind        \
    62             --with-grap=/usr/bin/grap            \
    63             --with-systemdtmpfilesdir=           \
     57            --sysconfdir=/etc                     \
     58            --disable-setuid                      \
     59            --enable-cache-owner=bin              \
     60            --with-browser=/usr/bin/lynx          \
     61            --with-vgrind=/usr/bin/vgrind         \
     62            --with-grap=/usr/bin/grap             \
     63            --with-systemdtmpfilesdir=            \
    6464            --with-systemdsystemunitdir=</userinput></screen>
    6565
     
    307307
    308308      <seglistitem>
    309         <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
    310         manpath, and whatis</seg>
     309        <seg>accessdb, apropos (link to whatis), catman, lexgrog, man,
     310        man-recode, mandb, manpath, and whatis</seg>
    311311        <seg>libman.so and libmandb.so (both in /usr/lib/man-db)</seg>
    312312        <seg>/usr/lib/man-db, /usr/libexec/man-db,
     
    374374      </varlistentry>
    375375
     376      <varlistentry id="man-recode">
     377        <term><command>man-recode</command></term>
     378        <listitem>
     379          <para>Converts manual pages to another encoding</para>
     380          <indexterm zone="ch-system-man-db man-recode">
     381            <primary sortas="b-man-recode">man-recode</primary>
     382          </indexterm>
     383        </listitem>
     384      </varlistentry>
     385
    376386      <varlistentry id="mandb">
    377387        <term><command>mandb</command></term>
Note: See TracChangeset for help on using the changeset viewer.