Ignore:
Timestamp:
07/27/2005 02:00:09 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a4e5c39
Parents:
8732295
Message:

Fixed typos in various Chapter 6 package instructions; slight modifications to the nano build instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    r8732295 r13679edb  
    6969    commands:</para>
    7070
    71 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     71<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc/nano \
    7272    --enable-color --enable-multibuffer --enable-nanorc &amp;&amp;
    7373make</userinput></screen>
     
    7878
    7979<screen role="root"><userinput>make install &amp;&amp;
    80 mkdir -v -p /usr/share/doc/nano/examples &amp;&amp;
    81 cp -v nanorc.sample /usr/share/doc/nano/examples</userinput></screen>
     80install -v -m644 -D nanorc.sample /etc/nano/nanorc.sample &amp;&amp;
     81install -v -m755 -d /usr/share/doc/nano-&nano-version; &amp;&amp;
     82install -v -m644 *.html /usr/share/doc/nano-&nano-version;</userinput></screen>
    8283
    8384  </sect2>
     
    8990      <title>Config Files</title>
    9091
    91       <para><filename>/etc/nanorc</filename> and
     92      <para><filename>/etc/nano/nanorc</filename> and
    9293      <filename>~/.nanorc</filename></para>
    9394
    9495      <indexterm zone="nano nano-config">
    95         <primary sortas="e-etc-nanorc">/etc/nanorc</primary>
     96        <primary sortas="e-etc-nano-nanorc">/etc/nano/nanorc</primary>
    9697      </indexterm>
    9798
     
    105106      <title>Configuration Information</title>
    106107
    107       <para>Example configuration</para>
     108      <para>Example configuration (create as a system-wide
     109      <filename>/etc/nano/nanorc</filename> or a personal
     110      <filename>~/.nanorc</filename> file)</para>
    108111
    109112<screen><literal>set autoindent
     
    117120set suspend</literal></screen>
    118121
    119       <para>Another example is in the <filename
    120       class="directory">/usr/share/doc/nano/examples</filename> directory
    121       in the <filename>nanorc.sample</filename> file.  It includes color
    122       configurations and has some documentation included in the comments.</para>
     122      <para>Another example is the <filename>nanorc.sample</filename> file
     123      in the <filename class="directory">/etc/nano</filename> directory.
     124      It includes color configurations and has some documentation included
     125      in the comments.</para>
    123126
    124127    </sect3>
Note: See TracChangeset for help on using the changeset viewer.