Author: bdubbs Date: 2008-10-05 14:49:00 -0600 (Sun, 05 Oct 2008) New Revision: 8577
Modified: trunk/BOOK/chapter08/fstab.xml Log: Make title of fstab entry for /dev/shm consistent with kernel documentation Modified: trunk/BOOK/chapter08/fstab.xml =================================================================== --- trunk/BOOK/chapter08/fstab.xml 2008-10-05 20:32:33 UTC (rev 8576) +++ trunk/BOOK/chapter08/fstab.xml 2008-10-05 20:49:00 UTC (rev 8577) @@ -30,7 +30,7 @@ proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 -shm /dev/shm tmpfs defaults 0 0 +tmpfs /dev/shm tmpfs defaults 0 0 # End /etc/fstab</literal> EOF</userinput></screen> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
