Changeset 36d9b2b


Ignore:
Timestamp:
02/11/2005 03:46:30 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:
dcbbcc4a
Parents:
563441f
Message:

reformat joe

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

Location:
postlfs/editors
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/ed.xml

    r563441f r36d9b2b  
    2020<?dbhtml filename="ed.html"?>
    2121<title>Ed-&ed-version;</title>
     22<indexterm zone="ed"><primary
     23sortas="a-Ed">Ed</primary></indexterm>
     24
    2225
    2326<sect2>
     
    7174
    7275<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     76make</command></userinput></screen>
     77
     78<para>Now, as the root user:</para>
     79
     80<screen><userinput role='root'><command>make install</command></userinput></screen>
    7581
    7682</sect2>
     
    9096<title>Contents</title>
    9197
    92 <para>The <application>Ed</application> package contains
    93 <command>ed</command> and
    94 <command>red</command>.</para>
     98<segmentedlist>
     99<segtitle>Installed Programs</segtitle>
     100<seglistitem>
     101<seg>ed and red</seg>
     102</seglistitem>
     103</segmentedlist>
    95104
    96 </sect2>
     105<variablelist>
     106<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     107<?dbfo list-presentation="list"?>
    97108
    98 <sect2><title>Description</title>
     109<varlistentry id="ed-prog">
     110<term><filename>ed</filename></term>
     111<listitem><para>is a line-oriented text editor.</para>
     112<indexterm zone="ed ed-prog">
     113<primary sortas="b-ed">ed</primary></indexterm>
     114</listitem>
     115</varlistentry>
    99116
    100 <sect3><title>ed</title>
    101 <para><command>ed</command>
    102 is a line-oriented text editor.
    103 </para></sect3>
     117<varlistentry id="red">
     118<term><filename>red</filename></term>
     119<listitem><para>is a restricted ed&mdash;it can only edit files in the
     120current directory and cannot execute shell commands.
     121</para>
     122<indexterm zone="ed red">
     123<primary sortas="b-red">red</primary></indexterm>
     124</listitem>
     125</varlistentry>
    104126
    105 <sect3><title>red</title>
    106 <para><command>red</command>
    107 is a restricted ed&mdash;it can only edit files in the current directory
    108 and cannot execute shell commands.
    109 </para></sect3>
     127</variablelist>
    110128
    111129</sect2>
  • postlfs/editors/joe.xml

    r563441f r36d9b2b  
    1313]>
    1414
    15 <sect1 id="postlfs-editors-joe">
     15<sect1 id="joe">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    2020<?dbhtml filename="joe.html"?>
    2121<title>JOE-&joe-version;</title>
     22<indexterm zone="joe"><primary
     23sortas="a-JOE">JOE</primary></indexterm>
    2224
    2325<sect2>
     
    5153
    5254<screen><userinput><command>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
    53 make &amp;&amp;
    54 make install</command></userinput></screen>
     55make</command></userinput></screen>
     56
     57<para>Now, as the root user:</para>
     58
     59<screen><userinput role='root'><command>make install</command></userinput></screen>
    5560
    5661</sect2>
     
    5964<title>Configuration files</title>
    6065
    61 <para><application><acronym>JOE</acronym></application> can make use of
    62 several configuration files. Information about these files may be found in the
    63 joe man page. These files are <filename>/etc/jmacsrc</filename>,
    64 <filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>,
    65 <filename>/etc/jstarrc</filename>, and <filename>/etc/rjoerc</filename>.
    66 <application><acronym>JOE</acronym></application> can also make use of
    67 <filename>~/.joerc</filename>, which may be copied from
    68 <filename>/etc/joerc</filename> and customized for each user's
    69 taste.</para>
     66<sect3 id="joe-config"><title>Config files</title>
     67<para><filename>/etc/jmacsrc</filename>,
     68<filename>/etc/joerc</filename>, <filename>/etc/jpicorc</filename>,
     69<filename>/etc/jstarrc</filename>, <filename>/etc/rjoerc</filename>,
     70<filename>~/.joerc</filename></para>
     71<indexterm zone="joe joe-config">
     72<primary sortas="e-etc-jmacsrc">/etc/jmacsrcrc</primary>
     73</indexterm>
     74<indexterm zone="joe joe-config">
     75<primary sortas="e-etc-joerc">/etc/joerc</primary>
     76</indexterm>
     77<indexterm zone="joe joe-config">
     78<primary sortas="e-etc-jpicorc">/etc/jpicorc</primary>
     79</indexterm>
     80<indexterm zone="joe joe-config">
     81<primary sortas="e-etc-jstarrc">/etc/jstarrc</primary>
     82</indexterm>
     83<indexterm zone="joe joe-config">
     84<primary sortas="e-etc-rjoerc">/etc/rjoerc</primary>
     85</indexterm>
     86<indexterm zone="joe joe-config">
     87<primary sortas="e-AA.joerc">~/.joerc</primary>
     88</indexterm>
     89</sect3>
    7090
    7191</sect2>
     
    7494<title>Contents</title>
    7595
    76 <para>The <application><acronym>JOE</acronym></application> package contains
    77 <command>jmacs</command>,
    78 <command>joe</command>, <command>jpico</command>,
    79 <command>jstar</command>, <command>rjoe</command> and
    80 <command>termidx</command>.</para>
    81 </sect2>
     96<segmentedlist>
     97<segtitle>Installed Programs</segtitle>
     98<segtitle>Installed Directory</segtitle>
     99<seglistitem>
     100<seg>jmacs, joe, jpico, jstar, rjoe and termidx</seg>
     101<seg>/etc/joe</seg>
     102</seglistitem>
     103</segmentedlist>
    82104
    83 <sect2><title>Description</title>
     105<variablelist>
     106<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     107<?dbfo list-presentation="list"?>
    84108
    85 <sect3><title>jmacs</title>
    86 <para><command>jmacs</command> is a symbolic link to
     109<varlistentry id="jmacs">
     110<term><filename>jmacs</filename></term>
     111<listitem><para>is a symbolic link to
    87112<command>joe</command> used to launch <application>Emacs</application>
    88 emulation mode.</para></sect3>
     113emulation mode.</para>
     114<indexterm zone="joe jmacs">
     115<primary sortas="b-jmacs">jmacs</primary></indexterm>
     116</listitem>
     117</varlistentry>
    89118
    90 <sect3><title>joe</title>
    91 <para><command>joe</command> is a small text editor capable of emulating
     119<varlistentry id="joe-prog">
     120<term><filename>joe</filename></term>
     121<listitem><para>is a small text editor capable of emulating
    92122WordStar, <application>Pico</application>, and
    93 <application>Emacs</application>.</para></sect3>
     123<application>Emacs</application>.</para>
     124<indexterm zone="joe joe-prog">
     125<primary sortas="b-joe">joe</primary></indexterm>
     126</listitem>
     127</varlistentry>
    94128
    95 <sect3><title>jpico</title>
    96 <para><command>jpico</command> is a symbolic link to
     129<varlistentry id="jpico">
     130<term><filename>jpico</filename></term>
     131<listitem><para>is a symbolic link to
    97132<command>joe</command> used to launch <application>Pico</application>
    98 emulation mode.</para></sect3>
     133emulation mode.</para>
     134<indexterm zone="joe jpico">
     135<primary sortas="b-jpico">jpico</primary></indexterm>
     136</listitem>
     137</varlistentry>
    99138
    100 <sect3><title>jstar</title>
    101 <para><command>jstar</command> is a symbolic link to
     139<varlistentry id="jstar">
     140<term><filename>jstar</filename></term>
     141<listitem><para>is a symbolic link to
    102142<command>joe</command> used to launch WordStar
    103 emulation mode.</para></sect3>
     143emulation mode.</para>
     144<indexterm zone="joe jstar">
     145<primary sortas="b-jstar">jstar</primary></indexterm>
     146</listitem>
     147</varlistentry>
    104148
    105 <sect3><title>rjoe</title>
    106 <para><command>rjoe</command> is a symbolic link to
     149<varlistentry id="rjoe">
     150<term><filename>rjoe</filename></term>
     151<listitem><para>is a symbolic link to
    107152<command>joe</command> that restricts
    108153<application><acronym>JOE</acronym></application> to editing
    109 only files which are specified on the command-line.</para></sect3>
     154only files which are specified on the command-line.</para>
     155<indexterm zone="joe rjoe">
     156<primary sortas="b-rjoe">rjoe</primary></indexterm>
     157</listitem>
     158</varlistentry>
    110159
    111 <sect3><title>termidx</title>
    112 <para><command>termidx</command> is a program used by
    113 <command>joe</command> to generate the termcap index
    114 file.</para></sect3>
     160<varlistentry id="termidx">
     161<term><filename>termidx</filename></term>
     162<listitem><para>is a program used by
     163<command>joe</command> to generate the termcap index file.</para>
     164<indexterm zone="joe termidx">
     165<primary sortas="b-termidx">termidx</primary></indexterm>
     166</listitem>
     167</varlistentry>
     168
     169</variablelist>
    115170
    116171</sect2>
  • postlfs/editors/nano.xml

    r563441f r36d9b2b  
    106106<segmentedlist>
    107107<segtitle>Installed Programs</segtitle>
     108<segtitle>Installed Directory</segtitle>
    108109<seglistitem>
    109110<seg>nano</seg>
     111<seg>/usr/share/doc/nano</seg>
    110112</seglistitem>
    111113</segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.