Changeset 3890f5a for chapter06/flex.xml


Ignore:
Timestamp:
08/31/2004 07:58:43 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
3be2393
Parents:
2e3a473
Message:

Added <literal> tags into cat ... EOF blocks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    r2e3a473 r3890f5a  
    6868calls <filename>flex</filename> in lex emulation mode:</para>
    6969
    70 <screen><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"</userinput>
    71 #!/bin/sh
     70<screen><userinput>cat &gt; /usr/bin/lex &lt;&lt; "EOF"
     71<literal>#!/bin/sh
    7272# Begin /usr/bin/lex
    7373
    7474exec /usr/bin/flex -l "$@"
    7575
    76 # End /usr/bin/lex
    77 <userinput>EOF
     76# End /usr/bin/lex</literal>
     77EOF
    7878chmod 755 /usr/bin/lex</userinput></screen>
    7979
Note: See TracChangeset for help on using the changeset viewer.