Ignore:
Timestamp:
03/18/2020 10:00:14 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
63228ac1
Parents:
dca1247
Message:

Format general/genutils

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tree.xml

    rdca1247 rb7a85cd9  
    3030    <title>Introduction to tree</title>
    3131
    32     <para>The <application>tree</application> application, as the name suggests,
    33     is useful to display, in a terminal, directory contents, including
    34     directories, files, links.</para>
     32    <para>
     33      The <application>tree</application> application, as the name suggests,
     34     is useful to display, in a terminal, directory contents, including
     35     directories, files, links.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&tree-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&tree-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&tree-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&tree-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &tree-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &tree-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &tree-size;</para>
     58        <para>
     59          Download size: &tree-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &tree-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &tree-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &tree-time;</para>
     68        <para>
     69          Estimated build time: &tree-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6680    <title>Installation of tree</title>
    6781
    68     <para>Install <application>tree</application> by running the following
    69     commands:</para>
     82    <para>
     83      Install <application>tree</application> by running the following
     84      commands:
     85    </para>
    7086
    7187<screen><userinput>make</userinput></screen>
    7288
    73     <para>This package does not come with a test suite.</para>
     89    <para>
     90      This package does not come with a test suite.
     91    </para>
    7492
    75     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     93    <para>
     94      Now, as the <systemitem class="username">root</systemitem> user:
     95    </para>
    7696
    7797<screen role="root"><userinput>make MANDIR=/usr/share/man/man1 install &amp;&amp;
     
    103123        <term><command>tree</command></term>
    104124        <listitem>
    105           <para>displays a directory tree in a terminal.</para>
     125          <para>
     126            displays a directory tree in a terminal.
     127          </para>
    106128          <indexterm zone="tree tree-app">
    107129            <primary sortas="b-tree">tree</primary>
Note: See TracChangeset for help on using the changeset viewer.