Ignore:
Timestamp:
May 14, 2017, 12:35:03 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
399bd3b
Parents:
78c11d1
Message:

Fix diffutils sed commands.

File:
1 edited

Legend:

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

    r78c11d1 r8e2690a  
    3838    --prefix=/usr</userinput></screen>
    3939
    40     <para os="s3">Diffutils wants <command>ed</command> as the default editor
     40    <para os="s5">Diffutils wants <command>ed</command> as the default editor
    4141    for <command>sdiff</command>. The following <command>sed</command> will
    4242    change the default to <command>vi</command>:</para>
    4343
    44 <screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    45 
     44<screen os="s6"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
    4645    <para os="c">Compile the package:</para>
    4746
Note: See TracChangeset for help on using the changeset viewer.