Ignore:
Timestamp:
10/03/2003 02:12:31 AM (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:
9491ec6b
Parents:
0482b012
Message:

filesystem->file system, bootdisk->boot disk, other spelling

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/compressdoc.xml

    r0482b012 r666f6de  
    2323# to accept compression/decompression, to correctly handle hard-links,
    2424# to allow for changing hard-links into soft- ones, to specify the
    25 # compression level, to parse the man.conf for all occurences of MANPATH,
     25# compression level, to parse the man.conf for all occurrences of MANPATH,
    2626# to allow for a backup, to allow to keep the newest version of a page.
    2727#
     
    3232#          tool : gzip or bzip2;
    3333#        - when a MANPATH env var exists, use this instead of /etc/man.conf
    34 #          (usefull for users to (de)compress their man pages;
     34#          (useful for users to (de)compress their man pages;
    3535#        - offer an option to restore a previous backup;
    3636#        - add other compression engines (compress, zip, etc?). Needed?
     
    8282                directories.
    8383                When empty, and only then, parse ${MAN_CONF}/man.conf for all
    84                 occurences of MANPATH.
     84                occurrences of MANPATH.
    8585
    8686Note about compression
     
    9191  big being very dependent on the content of the files.
    9292
    93   See the original thread begining at :
     93  See the original thread beginning at :
    9494http://archive.linuxfromscratch.org/mail-archives/blfs-support/2003/04/0424.html
    9595
     
    291291fi
    292292
    293 # In backup mode, do the backup sollely
     293# In backup mode, do the backup solely
    294294if [ "$BACKUP" = "yes" ]; then
    295295  for DIR in $MAN_DIR; do
     
    358358
    359359        # Now take care of the file that has no hard-link
    360         # We do decompress first to recompress with the selected
     360        # We do decompress first to re-compress with the selected
    361361        # compression ratio later on...
    362362        case $FILE in
Note: See TracChangeset for help on using the changeset viewer.