Ticket #2524: ping.diff

File ping.diff, 632 bytes (added by Steven Drake, 15 years ago)

patch to xml source

  • chapter06/inetutils.xml

    old new  
    118118
    119119<screen><userinput remap="install">make install</userinput></screen>
    120120
    121     <para>Move the <command>ping</command> program to its FHS-compliant
    122     place:</para>
     121    <para>Move the <command>ping</command> and <command>ping6</command>
     122    programs to there FHS-compliant place:</para>
    123123
    124 <screen><userinput remap="install">mv -v /usr/bin/ping /bin</userinput></screen>
     124<screen><userinput remap="install">mv -v /usr/bin/ping{,6} /bin</userinput></screen>
    125125
    126126  </sect2>
    127127