Changeset 8e2690a


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.

Location:
BOOK/final-system
Files:
2 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
  • BOOK/final-system/multilib/diffutils.xml

    r78c11d1 r8e2690a  
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4949    href="../common/diffutils.xml"
    50     xpointer="xpointer(//*[@os='s3'])"/>
     50    xpointer="xpointer(//*[@os='s5'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5353    href="../common/diffutils.xml"
    54     xpointer="xpointer(//*[@os='s4'])"/>
     54    xpointer="xpointer(//*[@os='s6'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.