Changeset 7691941


Ignore:
Timestamp:
Jan 14, 2009, 2:27:24 PM (15 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:
b09c166
Parents:
4894bf1
Message:

Text updates

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/diffutils.xml

    r4894bf1 r7691941  
    3434<screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
    3535
    36     <para os="s1">Diffutils wants ed as the default editor, the following sed will allow us
    37     to use vim:</para>
     36    <para os="s1">Diffutils wants <command>ed</command> as the default editor.
     37    The following sed will change the default to <command>vim</command>:</para>
    3838
    3939<screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
  • BOOK/final-system/common/tar.xml

    r4894bf1 r7691941  
    2626    <title>Installation of Tar</title>
    2727
    28     <para os="p1">The following patch add a man page for tar:</para>
     28    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
    2929
    3030<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
    3131
    3232    <para os="p3">The following patch contains a fix for an issue that may occur
    33     when tar calls an outside compression utility like bzip2:</para>
     33    when <command>tar</command> calls an outside compression utility like
     34    <command>bzip2</command>:</para>
    3435
    3536<screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.