Ignore:
Timestamp:
08/31/2004 07:58:43 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
3be2393
Parents:
2e3a473d
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
  • chapter08/fstab.xml

    r2e3a473d r3890f5a  
    1616
    1717<screen><userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"
    18 # Begin /etc/fstab
     18<literal># Begin /etc/fstab
    1919
    2020# file system  mount-point  fs-type  options         dump  fsck-order
     
    2626devpts         /dev/pts     devpts   gid=4,mode=620  0     0
    2727shm            /dev/shm     tmpfs    defaults        0     0
    28 # End /etc/fstab
     28# End /etc/fstab</literal>
    2929EOF</userinput></screen>
    3030
Note: See TracChangeset for help on using the changeset viewer.