Changeset 31a18d02


Ignore:
Timestamp:
01/25/2024 11:30:11 PM (4 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
f6a43f6
Parents:
bb1dfaf (diff), ea93c11 (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

Files:
22 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rbb1dfaf r31a18d02  
    10481048        <segtitle>&external;</segtitle>
    10491049        <seglistitem>
    1050           <seg>None</seg>
     1050          <seg><ulink url='&blfs-book;general/libxml2.html'>libxml2</ulink></seg>
    10511051        </seglistitem>
    10521052      </segmentedlist>
  • chapter02/creatingpartition.xml

    rbb1dfaf r31a18d02  
    4141  disk drive. Create a Linux native partition and a
    4242  <systemitem class="filesystem">swap</systemitem> partition, if needed. Please
    43   refer to <filename>cfdisk(8)</filename> or <filename>fdisk(8)</filename> if
     43  refer to <ulink role='man' url='&man;cfdisk.8'>cfdisk(8)</ulink> or
     44  <ulink role='man' url='&man;fdisk.8'>fdisk(8)</ulink> if
    4445  you do not yet know how to use the programs.</para>
    4546
  • chapter04/addinguser.xml

    rbb1dfaf r31a18d02  
    103103  <command>su</command> to start a login shell as opposed to a non-login shell.
    104104  The difference between these two types of shells is described in detail in
    105   <filename>bash(1)</filename> and <command>info bash</command>.</para>
     105  <ulink role='man' url='&man;bash.1'>bash(1)</ulink> and <command>info
     106  bash</command>.</para>
    106107
    107108</sect1>
  • chapter04/settingenviron.xml

    rbb1dfaf r31a18d02  
    9494  created files and directories are only writable by their owner, but are
    9595  readable and executable by anyone (assuming default modes are used by the
    96   <filename>open(2)</filename> system call, new files will end up with
    97   permission mode 644 and directories with mode 755).</para>
     96  <ulink role='man' url='&man;open.2'>open(2)</ulink> system call, new files
     97  will end up with permission mode 644 and directories with mode 755).</para>
    9898      </listitem>
    9999    </varlistentry>
  • chapter05/glibc.xml

    rbb1dfaf r31a18d02  
    6363        The above command is correct.  The <command>ln</command> command has
    6464        several syntactic versions, so be sure to check
    65         <command>info coreutils ln</command> and <filename>ln(1)</filename>
    66         before reporting what may appear to be an error.
     65        <command>info coreutils ln</command> and <ulink role='man'
     66        url='&man;ln.1'>ln(1)</ulink> before reporting what may appear to be
     67        an error.
    6768      </para>
    6869    </note>
  • chapter07/creatingdirs.xml

    rbb1dfaf r31a18d02  
    5858  class="directory">/var/tmp</filename> directories, but cannot remove
    5959  another user's files from them. The latter is prohibited by the so-called
    60   <quote>sticky bit</quote>, the highest bit (1) in the 1777 bit mask.</para>
     60  <quote>sticky bit,</quote> the highest bit (1) in the 1777 bit mask.</para>
    6161
    6262  <sect2>
  • chapter07/python.xml

    rbb1dfaf r31a18d02  
    8484      <para>
    8585        Some Python 3 modules can't be built now because the dependencies
    86         are not installed yet. The building system still attempts to build
    87         them however, so the compilation of some files will fail and the
    88         compiler message may seem to indicate <quote>fatal error</quote>.
     86        are not installed yet. For the <filename>ssl</filename> module,
     87        a message <quote><computeroutput>Python requires a OpenSSL 1.1.1 or
     88        newer</computeroutput></quote> is outputted.
    8989        The message should be ignored.  Just make sure the toplevel
    9090        <command>make</command> command has not failed.  The optional
  • chapter08/e2fsprogs.xml

    rbb1dfaf r31a18d02  
    160160
    161161    <para>
    162       Read the man page <filename>mke2fs.conf(5)</filename> for details.
     162      Read the man page <ulink role='man'
     163      url='&man;mke2fs.conf.5'>mke2fs.conf(5)</ulink> for details.
    163164    </para>
    164165  </sect2>
  • chapter08/libtool.xml

    rbb1dfaf r31a18d02  
    5757    <para>Five tests are known to fail in the LFS build environment due
    5858    to a circular dependency, but these tests pass if rechecked after
    59     automake has been installed.  Additionally, with grep-3.8, two tests will
    60     trigger a warning for non-POSIX regular expressions and fail.</para>
     59    automake has been installed.  Additionally, with grep-3.8 or newer,
     60    two tests will trigger a warning for non-POSIX regular expressions and
     61    fail.</para>
    6162
    6263    <para>Install the package:</para>
  • chapter08/ncurses.xml

    rbb1dfaf r31a18d02  
    444444      </varlistentry>
    445445
    446       <varlistentry id="libcursesw">
    447         <term><filename class="libraryfile">libcursesw</filename></term>
    448         <listitem>
    449           <para>A link to <filename>libncursesw</filename></para>
    450           <indexterm zone="ch-system-ncurses libcursesw">
    451             <primary sortas="c-libcursesw">libcursesw</primary>
    452           </indexterm>
    453         </listitem>
    454       </varlistentry>
    455 
    456446      <varlistentry id="libncursesw">
    457447        <term><filename class="libraryfile">libncursesw</filename></term>
  • chapter08/openssl.xml

    rbb1dfaf r31a18d02  
    228228            of <application>OpenSSL</application>'s crypto library from the
    229229            shell. It can be used for various functions which are documented in
    230             <filename>openssl(1)</filename>
     230            <ulink role='man' url='&man;openssl.1'>openssl(1)</ulink>
    231231          </para>
    232232          <indexterm zone="ch-system-openssl openssl-prog">
     
    260260            implements the Transport Layer Security (TLS v1) protocol.
    261261            It provides a rich API, documentation
    262             on which can be found in <filename>ssl(7)</filename>
     262            on which can be found in <ulink role='man'
     263            url='&man;ssl.7'>ssl(7)</ulink>
    263264          </para>
    264265          <indexterm zone="ch-system-openssl libssl">
  • chapter08/shadow.xml

    rbb1dfaf r31a18d02  
    204204    parameter to <command>useradd</command>, or else change the setting of
    205205    <parameter>USERGROUPS_ENAB</parameter> in
    206     <filename>/etc/login.defs</filename>. See <filename>useradd(8)</filename>
    207     for more information.</para>
     206    <filename>/etc/login.defs</filename>. See <ulink role='man'
     207    url='&man;useradd.8'>useradd(8)</ulink> for more information.</para>
    208208
    209209    <para>Second, to change the default parameters, the file
  • chapter08/util-linux.xml

    rbb1dfaf r31a18d02  
    717717        <listitem>
    718718          <para>Displays kernel interrupt counter information in
    719           <filename>top(1)</filename> style view</para>
     719          <ulink role='man' url='&man;top.1'>top(1)</ulink> style
     720          view</para>
    720721          <indexterm zone="ch-system-util-linux irqtop">
    721722            <primary sortas="b-irqtop">irqtop</primary>
  • chapter09/networkd.xml

    rbb1dfaf r31a18d02  
    5151    <filename class="extension">.network</filename> files. For detailed
    5252    descriptions and example contents of these configuration files, consult
    53     the <filename>systemd-link(5)</filename>,
    54     <filename>systemd-netdev(5)</filename> and
    55     <filename>systemd-network(5)</filename> manual pages.</para>
     53    the <ulink role='man' url='&man;systemd-link.5'>systemd-link(5)</ulink>,
     54    <ulink role='man' url='&man;systemd-netdev.5'>systemd-netdev(5)</ulink>,
     55    and <ulink role='man'
     56    url='&man;systemd-network.5'>systemd-network(5)</ulink> manual
     57    pages.</para>
    5658
    5759    <sect3 id="systemd-network-devices">
     
    114116
    115117          <para>
    116             See <filename>systemd.link(5)</filename> for more information.
     118            See <ulink role='man' url='&man;systemd.link.5'>systemd.link(5)</ulink> for more information.
    117119          </para>
    118120        </listitem>
     
    358360     domain) because they are handled by the
    359361     <systemitem class='library'>myhostname</systemitem> NSS module, read
    360      the man page <filename>nss-myhostname(8)</filename> for details.</para>
     362     the man page <ulink role='man'
     363     url='&man;nss-myhostname.8'>nss-myhostname(8)</ulink> for
     364     details.</para>
    361365
    362366     <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents
  • chapter09/systemd-custom.xml

    rbb1dfaf r31a18d02  
    2222    entries commented out with the default settings indicated. This file is
    2323    where the log level may be changed as well as some basic logging settings.
    24     See the <filename>systemd-system.conf(5)</filename> manual page for details
    25     on each configuration option.</para>
     24    See the <ulink role='man'
     25    url='&man;systemd-system.conf.5'>systemd-system.conf(5)</ulink> manual
     26    page for details on each configuration option.</para>
    2627
    2728  </sect2>
     
    9091    files with the same name in
    9192    <filename class="directory">/usr/lib/tmpfiles.d</filename>. See
    92     <filename>tmpfiles.d(5)</filename> manual page for file format
    93     details.</para>
     93    <ulink role='man' url='&man;tmpfiles.d.5'>tmpfiles.d(5)</ulink> manual
     94    page for file format details.</para>
    9495
    9596    <para>
     
    136137EOF</userinput></screen>
    137138
    138      <para>See <filename>systemd.unit(5)</filename> manual page for more
     139     <para>See <ulink role='man'
     140     url='&man;systemd.unit.5'>systemd.unit(5)</ulink> manual page for more
    139141     information. After creating the configuration file, run
    140142     <userinput>systemctl daemon-reload</userinput> and <userinput>systemctl
     
    252254EOF</userinput></screen>
    253255
    254     <para>See the <filename>systemd-coredump(8)</filename>,
    255     <filename>coredumpctl(1)</filename>, and
    256     <filename>coredump.conf.d(5)</filename> manual pages for more
    257     information.</para>
     256    <para>See the <ulink role='man' url='&man;systemd-coredump.8'>systemd-coredump(8)</ulink>,
     257    <ulink role='man' url='&man;coredumpctl.1'>coredumpctl(1)</ulink>, and
     258    <ulink role='man'
     259    url='&man;coredump.conf.d.5'>coredump.conf.d(5)</ulink> manual pages for
     260    more information.</para>
    258261  </sect2>
    259262
  • chapter09/udev.xml

    rbb1dfaf r31a18d02  
    226226      <literal>pre:</literal> dependencies, or a mixture of both
    227227      <literal>pre:</literal> and <literal>post:</literal> dependencies.  See
    228       the <filename>modprobe.d(5)</filename> manual page for more information
    229       on <quote>softdep</quote> syntax and capabilities.</para>
     228      the <ulink role='man' url='&man;modprobe.d.5'>modprobe.d(5)</ulink>
     229      manual page for more information on <quote>softdep</quote> syntax and
     230      capabilities.</para>
    230231
    231232      <para revision="sysv">If the module in question is not a wrapper and is
  • chapter09/usage.xml

    rbb1dfaf r31a18d02  
    3333    uses a run levels scheme. There are seven run levels, numbered 0 to 6.
    3434    (Actually, there are more run levels, but the others are for special cases and are
    35     generally not used. See <filename>init(8)</filename> for more details.)
     35    generally not used. See <ulink role='man'
     36    url='&man;init.8'>init(8)</ulink> for more details.)
    3637    Each one of the seven corresponds to actions the computer is supposed to
    3738    perform when it starts up or shuts down. The default run level is 3. Here are the
     
    342343  doubt, look in the <filename class="directory">/usr/share/keymaps</filename>
    343344  and <filename class="directory">/usr/share/consolefonts</filename> directories
    344   for valid keymaps and screen fonts. Read the <filename>loadkeys(1)</filename> and
    345   <filename>setfont(8)</filename> manual pages to determine the correct
    346   arguments for these programs.</para>
     345  for valid keymaps and screen fonts. Read the <ulink role='man'
     346  url='&man;loadkeys.1'>loadkeys(1)</ulink> and <ulink role='man'
     347  url='&man;setfont.8'>setfont(8)</ulink> manual pages to determine the
     348  correct arguments for these programs.</para>
    347349
    348350  <para>The <filename>/etc/sysconfig/console</filename> file should contain lines
  • chapter10/fstab.xml

    rbb1dfaf r31a18d02  
    5757  class="partition">sda5</filename>, and <systemitem
    5858  class="filesystem">ext4</systemitem>. For details on the six
    59   fields in this file, see <filename>fstab(5)</filename>.</para>
     59  fields in this file, see <ulink role='man' url='&man;fstab.5'>fstab(5)</ulink>.</para>
    6060
    6161  <para>Filesystems with MS-DOS or Windows origin (i.e. vfat, ntfs, smbfs,
  • chapter10/kernel.xml

    rbb1dfaf r31a18d02  
    357357    documentation in the <filename
    358358    class="directory">linux-&linux-version;/Documentation</filename> directory.
    359     Also, <filename>modprobe.d(5)</filename> may be of interest.</para>
     359    Also, <ulink role='man' url='&man;modprobe.d.5'>modprobe.d(5)</ulink>
     360    may be of interest.</para>
    360361
    361362    <para>Unless module support has been disabled in the kernel configuration,
  • general.ent

    rbb1dfaf r31a18d02  
    126126<!ENTITY pypi-home       "https://pypi.org/project">
    127127<!ENTITY pypi-src        "https://pypi.org/packages/source">
     128<!ENTITY man             "https://man.archlinux.org/man/">
    128129
    129130<!ENTITY root            "<systemitem class='username'>root</systemitem>">
  • packages.ent

    rbb1dfaf r31a18d02  
    363363<!ENTITY jinja2-url "&pypi-src;/J/Jinja2/Jinja2-&jinja2-version;.tar.gz">
    364364<!ENTITY jinja2-md5 "caf5418c851eac59e70a78d9730d4cea">
    365 <!ENTITY jinja2-home "https://jinja.palletsprojects.com/en/3.0.x/">
     365<!ENTITY jinja2-home "https://jinja.palletsprojects.com/en/3.1.x/">
    366366<!ENTITY jinja2-fin-du "3.4 MB">
    367367<!ENTITY jinja2-fin-sbu "less than 0.1 SBU">
  • prologue/typography.xml

    rbb1dfaf r31a18d02  
    7575  <para>This format is used to encapsulate text that is optional.</para>
    7676
    77   <para><filename>passwd(5)</filename></para>
     77  <para><ulink role='man' url='&man;passwd.5'>passwd(5)</ulink></para>
    7878
    7979  <para>This format is used to refer to a specific manual (man) page. The number inside parentheses
     
    8282  those two man pages will be located at
    8383  <filename>/usr/share/man/man1/passwd.1</filename> and
    84   <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses <filename>passwd(5)</filename> it is
     84  <filename>/usr/share/man/man5/passwd.5</filename>. When the book uses
     85  <ulink role='man' url='&man;/passwd.5'>passwd(5)</ulink> it is
    8586  specifically referring to <filename>/usr/share/man/man5/passwd.5</filename>.
    8687  <command>man passwd</command> will print the first man page it finds that
     
    9091  being specified. Note that most man pages do not have duplicate
    9192  page names in different sections. Therefore, <command>man <replaceable>&lt;program
    92   name&gt;</replaceable></command> is generally sufficient.</para>
     93  name&gt;</replaceable></command> is generally sufficient.  In the LFS
     94  book these references to man pages are also hyperlinks, so clicking on
     95  such a reference will open the man page rendered in HTML from
     96  <ulink url='https://man.archlinux.org/'>Arch Linux manual
     97  pages</ulink>.</para>
    9398
    9499</sect1>
Note: See TracChangeset for help on using the changeset viewer.