Changeset 6590da6 in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 19, 2017, 5:37:22 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
ccc6724
Parents:
c4d9f4b
git-author:
Andrew Bradford <andrew@…> (04/19/17 05:27:08)
git-committer:
Andrew Bradford <andrew@…> (04/19/17 05:37:22)
Message:

final-sys/creatingfiles: Remove duplicate "is" typo

Thanks to akhiezer <lfs65@…> for pointing this out.

File:
1 edited

Legend:

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

    rc4d9f4b r6590da6  
    3737  <para>A proper Linux system maintains a list of the mounted file systems in
    3838  the file <filename>/etc/mtab</filename>.  With the way our embedded system is
    39   is designed, we will be using a symlink to <filename>/proc/mounts</filename>:</para>
     39  designed, we will be using a symlink to <filename>/proc/mounts</filename>:</para>
    4040
    4141<screen><userinput>ln -svf ../proc/mounts ${CLFS}/targetfs/etc/mtab</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.