Changeset 9e76c64 for chapter04


Ignore:
Timestamp:
02/08/2024 04:32:26 AM (5 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
c7c614de
Parents:
e49e2ea (diff), 4816dc6 (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:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter04
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutsbus.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter04/abouttestsuites.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter04/addinguser.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    9797  <command>su</command> to start a login shell as opposed to a non-login shell.
    9898  The difference between these two types of shells is described in detail in
    99   <filename>bash(1)</filename> and <command>info bash</command>.</para>
     99  <ulink role='man' url='&man;bash.1'>bash(1)</ulink> and <command>info
     100  bash</command>.</para>
    100101
    101102</sect1>
  • chapter04/chapter04.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter04/creatingminlayout.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter04/introduction.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  • chapter04/settingenviron.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    8080  created files and directories are only writable by their owner, but are
    8181  readable and executable by anyone (assuming default modes are used by the
    82   <function>open(2)</function> system call, new files will end up with permission
    83   mode 644 and directories with mode 755).</para>
     82  <ulink role='man' url='&man;open.2'>open(2)</ulink> system call, new files
     83  will end up with permission mode 644 and directories with mode 755).</para>
    8484      </listitem>
    8585    </varlistentry>
     
    228228      <command>make</command> or set such an option in
    229229      <envar>MAKEFLAGS</envar>.  Doing so will allow <command>make</command>
    230       to spawn infinite build jobs and cause system stability issue.
     230      to spawn infinite build jobs and cause system stability problems.
    231231    </para>
    232232  </important>
Note: See TracChangeset for help on using the changeset viewer.