Changeset 3634

Show
Ignore:
Timestamp:
09/06/07 19:54:26 (1 year ago)
Author:
chris@beaker67.com
Message:

Text updates

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chroot/common/e2fsprogs.xml

    r3610 r3634  
    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> 
  • trunk/BOOK/temp-system/common/coreutils.xml

    r3556 r3634  
    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>