Changeset ec64d28 for xsoft


Ignore:
Timestamp:
12/19/2012 07:57:20 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3aacc0
Parents:
4abd884
Message:

Minor text fixes

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4abd884 rec64d28  
    317317
    318318    <para>
    319       <command>ln -sfv ... /usr/bin/firefox</command>: this puts a symbolic link
    320       to the <command>firefox</command> executable in your ${PATH}.
    321     </para>
    322 
    323     <para>
    324       <command>mkdir -p /usr/lib/mozilla/plugins</command>: this checks
     319      <command>ln -sfv ... /usr/bin/firefox</command>: This puts a symbolic link
     320      to the <command>firefox</command> executable in your <envar>PATH</envar>
     321      variable.
     322    </para>
     323
     324    <para>
     325      <command>mkdir -p /usr/lib/mozilla/plugins</command>: This checks
    325326      that <filename class="directory">/usr/lib/mozilla/plugins</filename>
    326327      exists.
     
    328329
    329330    <para>
    330       <command>ln -sv ... /usr/lib/firefox-&firefox-version;</command>: this
     331      <command>ln -sv ... /usr/lib/firefox-&firefox-version;</command>: This
    331332      makes a symbolic link to
    332333      <filename class="directory">/usr/lib/mozilla/plugins</filename>. It's not
    333       really needed, <application>Firefox</application> checks
     334      really needed, as <application>Firefox</application> checks
    334335      <filename class="directory">/usr/lib/mozilla/plugins</filename> by
    335       default, we make the symbolic link to keep all the plugins installed in
     336      default, but the symbolic link is made to keep all the plugins installed in
    336337      one folder.
    337338    </para>
  • xsoft/office/libreoffice.xml

    r4abd884 rec64d28  
    315315      <command>./download</command>: The build process runs the
    316316      <command>download</command> script which downloads some 470 MB of
    317       tarballs. We run the download script to get it out of the way at the
    318       start so we can make a backup copy of the downloaded files.
     317      tarballs. The download script is ran to get it out of the way at the
     318      start so a backup copy of the downloaded files are on hand.
    319319    </para>
    320320
  • xsoft/other/rox-filer.xml

    r4abd884 rec64d28  
    210210
    211211      <para>
    212         That works fine for mounting, but to unmount it we need to run the
    213         command <command>fusermount -u ${MOUNTPOINT}</command>. You could set
     212        That works fine for mounting, but to unmount it the
     213        command <command>fusermount -u ${MOUNTPOINT}</command> is ran. You could set
    214214        that as your default umount command in your rox preferences, but you
    215215        would then be unable to unmount any normal mountpoints (that need
    216         umount). What we need is a script that will unmount a Fuse mountpoint
     216        umount). A script is needed that will unmount a Fuse mountpoint
    217217        with <command>fusermount -u ${MOUNTPOINT}</command> and everything else
    218218        with <command>umount</command>. As the
Note: See TracChangeset for help on using the changeset viewer.