Changeset 47860dc


Ignore:
Timestamp:
10/10/2004 02:49:11 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b869d1
Parents:
11e9988
Message:

Misc edits

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.0/BOOK@4272 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gzip.xml

    r11e9988 r47860dc  
    7676<term><command>gunzip</command></term>
    7777<listitem>
    78 <para>decompresses gzipped files</para>
     78<para>Decompresses gzipped files</para>
    7979<indexterm zone="ch-system-gzip gunzip"><primary sortas="b-gunzip">gunzip</primary></indexterm>
    8080</listitem>
     
    8484<term><command>gzexe</command></term>
    8585<listitem>
    86 <para>creates self-uncompressing executable files</para>
     86<para>Creates self-uncompressing executable files</para>
    8787<indexterm zone="ch-system-gzip gzexe"><primary sortas="b-gzexe">gzexe</primary></indexterm>
    8888</listitem>
     
    9292<term><command>gzip</command></term>
    9393<listitem>
    94 <para>compresses the given files using Lempel-Ziv (LZ77) coding</para>
     94<para>Compresses the given files using Lempel-Ziv (LZ77) coding</para>
    9595<indexterm zone="ch-system-gzip gzip"><primary sortas="b-gzip">gzip</primary></indexterm>
    9696</listitem>
     
    101101<listitem>
    102102<para>Decompresses compressed files</para>
    103 <indexterm zone="ch-system-gzip znew"><primary sortas="b-znew">znew</primary></indexterm>
     103<indexterm zone="ch-system-gzip uncompress"><primary sortas="b-uncompress">uncompress</primary></indexterm>
    104104</listitem>
    105105</varlistentry>
     
    108108<term><command>zcat</command></term>
    109109<listitem>
    110 <para>uncompresses the given gzipped files to standard output</para>
     110<para>Uncompresses the given gzipped files to standard output</para>
    111111<indexterm zone="ch-system-gzip zcat"><primary sortas="b-zcat">zcat</primary></indexterm>
    112112</listitem>
     
    116116<term><command>zcmp</command></term>
    117117<listitem>
    118 <para>runs <command>cmp</command> on gzipped files</para>
     118<para>Runs <command>cmp</command> on gzipped files</para>
    119119<indexterm zone="ch-system-gzip zcmp"><primary sortas="b-zcmp">zcmp</primary></indexterm>
    120120</listitem>
     
    124124<term><command>zdiff</command></term>
    125125<listitem>
    126 <para>runs <command>diff</command> on gzipped files</para>
     126<para>Runs <command>diff</command> on gzipped files</para>
    127127<indexterm zone="ch-system-gzip zdiff"><primary sortas="b-zdiff">zdiff</primary></indexterm>
    128128</listitem>
     
    132132<term><command>zegrep</command></term>
    133133<listitem>
    134 <para>runs <command>egrep</command> on gzipped files</para>
     134<para>Runs <command>egrep</command> on gzipped files</para>
    135135<indexterm zone="ch-system-gzip zegrep"><primary sortas="b-zegrep">zegrep</primary></indexterm>
    136136</listitem>
     
    140140<term><command>zfgrep</command></term>
    141141<listitem>
    142 <para>runs <command>fgrep</command> on gzipped files</para>
     142<para>Runs <command>fgrep</command> on gzipped files</para>
    143143<indexterm zone="ch-system-gzip zfgrep"><primary sortas="b-zfgrep">zfgrep</primary></indexterm>
    144144</listitem>
     
    148148<term><command>zforce</command></term>
    149149<listitem>
    150 <para>forces a <filename class="extension">.gz</filename> extension on all given files
     150<para>Forces a <filename class="extension">.gz</filename> extension on all given files
    151151that are gzipped files, so that <command>gzip</command> will not compress them again; this can be
    152152useful when file names were truncated during a file transfer</para>
     
    158158<term><command>zgrep</command></term>
    159159<listitem>
    160 <para>runs <command>grep</command> on gzipped files</para>
     160<para>Runs <command>grep</command> on gzipped files</para>
    161161<indexterm zone="ch-system-gzip zgrep"><primary sortas="b-zgrep">zgrep</primary></indexterm>
    162162</listitem>
     
    166166<term><command>zless</command></term>
    167167<listitem>
    168 <para>runs <command>less</command> on gzipped files</para>
     168<para>Runs <command>less</command> on gzipped files</para>
    169169<indexterm zone="ch-system-gzip zless"><primary sortas="b-zless">zless</primary></indexterm>
    170170</listitem>
     
    174174<term><command>zmore</command></term>
    175175<listitem>
    176 <para>runs <command>more</command> on gzipped files</para>
     176<para>Runs <command>more</command> on gzipped files</para>
    177177<indexterm zone="ch-system-gzip zmore"><primary sortas="b-zmore">zmore</primary></indexterm>
    178178</listitem>
     
    182182<term><command>znew</command></term>
    183183<listitem>
    184 <para>re-compresses files from <command>compress</command> format to
     184<para>Re-compresses files from <command>compress</command> format to
    185185<command>gzip</command> format&mdash;<filename class="extension">.Z</filename>
    186186to <filename class="extension">.gz</filename></para>
  • chapter06/udev.xml

    r11e9988 r47860dc  
    7171<term><command>udev</command></term>
    7272<listitem>
    73 <para>creates device nodes in <filename
     73<para>Creates device nodes in <filename
    7474class="directory">/dev</filename> or renames network interfaces (not
    7575in LFS) in response to hotplug events</para>
     
    8080<term><command>udevd</command></term>
    8181<listitem>
    82 <para>a daemon that reorders hotplug events before submitting them to
     82<para>A daemon that reorders hotplug events before submitting them to
    8383<command>udev</command>,
    8484thus avoiding various race conditions</para>
     
    8989<term><command>udevsend</command></term>
    9090<listitem>
    91 <para>delivers hotplug events to <command>udevd</command></para>
     91<para>Delivers hotplug events to <command>udevd</command></para>
    9292<indexterm zone="ch-system-udev udevsend"><primary sortas="b-udevsend">udevsend</primary></indexterm>
    9393</listitem></varlistentry>
     
    9696<term><command>udevstart</command></term>
    9797<listitem>
    98 <para>creates device nodes in <filename
     98<para>Creates device nodes in <filename
    9999class="directory">/dev</filename> that correspond to drivers compiled directly
    100100into the kernel; it performs that task by simulating hotplug events presumably
     
    109109<term><command>udevinfo</command></term>
    110110<listitem>
    111 <para>allows users to query the <command>udev</command> database for
     111<para>Allows users to query the <command>udev</command> database for
    112112information on any device currently present on the system; it also
    113113provides a way to query any device in the <systemitem
     
    120120<term><command>udevtest</command></term>
    121121<listitem>
    122 <para>simulates a <command>udev</command> run for the given device,
     122<para>Simulates a <command>udev</command> run for the given device,
    123123and prints out the name of the node the real <command>udev</command> would
    124124have created or (not in LFS) the name of the renamed network interface</para>
     
    129129<term><filename class="directory">/etc/udev</filename></term>
    130130<listitem>
    131 <para>contains <command>udev</command> configuation files,
     131<para>Contains <command>udev</command> configuation files,
    132132device permissions, and rules for device naming</para>
    133133<indexterm zone="ch-system-udev etc-udev"><primary sortas="e-etc-udev">/etc/udev</primary></indexterm>
  • chapter07/udev.xml

    r11e9988 r47860dc  
    3636<title>History</title>
    3737
    38 <para>In Febraury 2000, a new filesystem called <systemitem
     38<para>In February 2000, a new filesystem called <systemitem
    3939class="filesystem">devfs</systemitem> was merged into the 2.3.46
    4040kernel and was made available during the 2.4 series of
  • general.ent

    r11e9988 r47860dc  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.0-testing-20041006">
     2<!ENTITY version "6.0">
    33<!ENTITY releasedate "October 06, 2004">
    44
     
    88<!ENTITY hints-root "&lfs-root;hints/downloads/files/">
    99<!ENTITY hints-index "&lfs-root;hints/list.html">
    10 <!ENTITY patches-root "&lfs-root;patches/lfs/cvs/testing/">
     10<!ENTITY patches-root "&lfs-root;patches/lfs/&version;/">
    1111<!ENTITY wiki-root "http://wiki.linuxfromscratch.org/">
    1212<!ENTITY freshmeat "http://freshmeat.net/projects/">
Note: See TracChangeset for help on using the changeset viewer.