Ignore:
Timestamp:
09/18/2017 03:29:57 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
416617d6
Parents:
c6afa0d
Message:

Install help2man script included with lsb_release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/lsb-release.xml

    rc6afa0d re4c7cf8e  
    7878     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7979
    80 <screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1/lsb_release.1 &amp;&amp;
    81 install -v -m 755 lsb_release /usr/bin/lsb_release</userinput></screen>
     80<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 &amp;&amp;
     81install -v -m 755 lsb_release   /usr/bin            &amp;&amp;
     82install -v -m 755 help2man      /usr/bin
     83</userinput></screen>
    8284
    8385  </sect2>
     
    111113
    112114      <seglistitem>
    113         <seg>lsb_release</seg>
     115        <seg>
     116           lsb_release and
     117           help2man
     118        </seg>
    114119        <seg>None</seg>
    115120        <seg>None</seg>
     
    131136        </listitem>
    132137      </varlistentry>
     138
     139      <varlistentry id="help2man">
     140        <term><command>help2man</command></term>
     141        <listitem>
     142          <para>is a perl script to generate a man page from '--help'
     143          and '--version' output.</para>
     144          <indexterm zone="lsb-release help2man">
     145            <primary sortas="b-help2man">help2man</primary>
     146          </indexterm>
     147        </listitem>
     148      </varlistentry>
    133149    </variablelist>
    134150
Note: See TracChangeset for help on using the changeset viewer.