Ignore:
Timestamp:
02/11/2005 02:36:50 AM (19 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
563441f
Parents:
a7a755a
Message:

reformat nano, finish indexing

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/nano.xml

    ra7a755a rd7444dee  
    1313]>
    1414
    15 <sect1 id="postlfs-editors-nano">
     15<sect1 id="nano">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    2020<?dbhtml filename="nano.html"?>
    2121<title>nano-&nano-version;</title>
     22<indexterm zone="nano"><primary
     23sortas="a-nano">nano</primary></indexterm>
    2224
    2325<sect2>
     
    5860<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
    5961    --enable-color --enable-multibuffer --enable-nanorc &amp;&amp;
    60 make &amp;&amp;
    61 make install &amp;&amp;
     62make</command></userinput></screen>
     63
     64<para>Now, as the root user:</para>
     65
     66<screen><userinput role='root'><command>make install &amp;&amp;
    6267mkdir -p /usr/share/doc/nano/examples &amp;&amp;
    6368cp nanorc.sample /usr/share/doc/nano/examples</command></userinput></screen>
     
    6873<title>Configuring nano</title>
    6974
    70 <sect3><title>Config files</title>
     75<sect3 id="nano-config"><title>Config files</title>
    7176<para><filename>/etc/nanorc</filename>, <filename>~/.nanorc</filename></para>
     77<indexterm zone="nano nano-config">
     78<primary sortas="e-etc-nanorc">/etc/nanorc</primary>
     79</indexterm>
     80<indexterm zone="nano nano-config">
     81<primary sortas="e-AA.nanorc">~/.nanorc</primary>
     82</indexterm>
    7283
    7384<para>Example Configuration</para>
     
    93104<title>Contents</title>
    94105
    95 <para>The <application>nano</application> package contains
    96 <command>nano</command>.</para>
     106<segmentedlist>
     107<segtitle>Installed Programs</segtitle>
     108<seglistitem>
     109<seg>nano</seg>
     110</seglistitem>
     111</segmentedlist>
    97112
    98 </sect2>
     113<variablelist>
     114<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     115<?dbfo list-presentation="list"?>
    99116
    100 <sect2><title>Description</title>
     117<varlistentry id="nano-prog">
     118<term><filename>nano</filename></term>
     119<listitem><para>is a small, simple text editor which aims to
     120replace <application>Pico</application>, the default editor in the
     121<application>Pine</application> package.</para>
     122<indexterm zone="nano nano-prog">
     123<primary sortas="b-nano">nano</primary></indexterm>
     124</listitem>
     125</varlistentry>
    101126
    102 <sect3><title>nano</title>
    103 <para><command>nano</command> is a small, simple text editor which aims to
    104 replace <application>Pico</application>, the default editor in the
    105 <application>Pine</application> package.</para></sect3>
     127</variablelist>
    106128
    107129</sect2>
Note: See TracChangeset for help on using the changeset viewer.