Changeset 009b52f for postlfs


Ignore:
Timestamp:
09/27/2003 04:56:53 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a75063d4
Parents:
8476145
Message:

errors caught reading pdf, chapters 5,6,7 & 8

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1222 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ext3.xml

    r8476145 r009b52f  
    1919following line.</para>
    2020
    21 <screen>/dev/hdXX /mnt_point ext3 defaults 1 0</screen>
     21<screen>/dev/hd<replaceable>XX</replaceable> /mnt_point ext3 defaults 1 0</screen>
    2222
    23 <para>In the above line, replace <filename>/dev/hdXX</filename> by the
     23<para>In the above line, replace
     24<filename>/dev/hd<replaceable>XX</replaceable></filename> by the
    2425partition (e.g. <filename>/dev/hda2</filename>), <filename class="directory">
    2526/mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The
     
    3334following command.</para>
    3435
    35 <screen><userinput><command>tune2fs -j /dev/hdXX</command></userinput></screen>
     36<screen><userinput><command>tune2fs -j /dev/hd<replaceable>XX</replaceable></command></userinput></screen>
    3637
    3738<para>Remount the concerned partitions, or simply reboot if you have
  • postlfs/filesystems/xfs/xfs.ent

    r8476145 r009b52f  
    1111<!ENTITY xfspatch-buildsize "">
    1212<!ENTITY xfspatch-size "860 KB">
    13 <!ENTITY xfspatch-version "2.4.21">
     13<!ENTITY xfspatch-version "2.4.22">
    1414<!ENTITY xfsprogs-download-http "">
    1515<!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/Release-1.3/cmd_tars/xfsprogs-2.5.6.src.tar.gz">
  • postlfs/shells/tcsh/tcsh-exp.xml

    r8476145 r009b52f  
    33
    44<para><command>cp tcsh.man /usr/share/man/man1/tcsh.1</command> :
    5 <application>TCSH</application> doesn't install its man page correctly, so we do it manually.</para>
     5<application>Tcsh</application> doesn't install its man page correctly, so we do it manually.</para>
    66
    77<para><command>ln -s /usr/bin/tcsh /bin/csh</command> : The
Note: See TracChangeset for help on using the changeset viewer.