mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
more grammar/spelling fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2238 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
1dad4a413a
commit
0a472c62f1
@ -4,7 +4,6 @@
|
||||
<!ENTITY expat-desc SYSTEM "expat-desc.xml">
|
||||
<!ENTITY expat-version "1.95.7">
|
||||
<!ENTITY expat-download-http "http://umn.dl.sourceforge.net/sourceforge/expat/expat-&expat-version;.tar.gz">
|
||||
<!-- <!ENTITY expat-download-ftp "ftp://ftp.at.linuxfromscratch.org/opsys/linux/sf/e/expat/expat-&expat-version;.tar.gz"> -->
|
||||
<!ENTITY expat-download-ftp " ">
|
||||
<!ENTITY expat-size "290 KB">
|
||||
<!ENTITY expat-buildsize "3.2 MB">
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<para>Man and info reader programs can transparently process gzip'ed or
|
||||
bzip2'ed pages, a feature you can use to free some disk space while keeping
|
||||
your documentation available. However, things are not that simple: man
|
||||
your documentation available. However, things are not that simple; man
|
||||
directories tend to contain links - hard and symbolic - which defeat simple
|
||||
ideas like recursively calling <command>gzip</command> on them. A better way
|
||||
to go is to use the script below.
|
||||
@ -462,7 +462,7 @@ pages. You can also run <command>compressdoc --help</command> to get
|
||||
comprehensive help about what the script is able to do.</para>
|
||||
|
||||
<para> Don't forget that a few programs, like the <application>X</application>
|
||||
Window system and <application>XEmacs</application> also install their
|
||||
Window System and <application>XEmacs</application> also install their
|
||||
documentation in non standard places (such as <filename class="directory">
|
||||
/usr/X11R6/man</filename>, etc...). Be sure to add these locations to the
|
||||
file <filename>/etc/man.conf</filename>, as a
|
||||
@ -478,7 +478,7 @@ file <filename>/etc/man.conf</filename>, as a
|
||||
<para>Generally, package installation systems do not compress man/info pages,
|
||||
which means you will need to run the script again if you want to keep the size
|
||||
of your documentation as small as possible. Also, note that running the script
|
||||
after upgrading a package is safe: when you have several versions of a page
|
||||
after upgrading a package is safe; when you have several versions of a page
|
||||
(for example, one compressed and one uncompressed), the most recent one is kept
|
||||
and the others deleted.</para>
|
||||
|
||||
|
@ -32,7 +32,7 @@ pages to binary code page files and vice versa.</para></sect3>
|
||||
binary, for use in mapping characters to 16 bit Unicode.</para></sect3>
|
||||
<sect3><title>mount.smbfs</title>
|
||||
<para><command>mount.smbfs</command> provides <command>/bin/mount</command>
|
||||
with a way to mount remote windows (or samba) fileshares.</para></sect3>
|
||||
with a way to mount remote Windows (or Samba) fileshares.</para></sect3>
|
||||
<sect3><title>net</title>
|
||||
<para><command>net</command> is a tool for administration of Samba and remote
|
||||
CIFS servers, similar to the net utility for DOS/Windows.</para></sect3>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>Fluxbox</application></title>
|
||||
|
||||
<para>The <application>Fluxbox</application> package contains a windows manager.
|
||||
<para>The <application>Fluxbox</application> package contains a window manager.
|
||||
</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
|
Loading…
Reference in New Issue
Block a user