Changeset 0e161fb7


Ignore:
Timestamp:
Sep 6, 2007, 12:54:26 PM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9324199
Parents:
88b8876
Message:

Text updates

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/chroot/common/e2fsprogs.xml

    r88b8876 r0e161fb7  
    5858<screen os="g"><userinput>make libs</userinput></screen>
    5959
    60     <para os="h">Install the binaries, documentation and shared libraries:</para>
     60    <para os="h">Install the static libraries and headers:</para>
    6161
    6262<screen os="i"><userinput>make install-libs</userinput></screen>
  • BOOK/temp-system/common/coreutils.xml

    r88b8876 r0e161fb7  
    3737
    3838    <para os="m1">When we changed the futimens references, one of the files we
    39     updated was touch.c. That change means the man Makefile will try to
     39    updated was touch.c. That change means the
     40    <filename class="directory">man</filename> Makefile will try to
    4041    regenerate the man page for touch, by executing the compiled
    4142    <literal>touch</literal> program. If the target architecture cannot be
    4243    executed by the host system, the build will fail. The following command
    43     gives the man page a newer timestamp then its cooresponding source file.</para>
     44    fixes this by giving the man page a newer timestamp then its corresponding source file:</para>
    4445
    4546<screen os="m2"><userinput>touch man/touch.1</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.