mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagged whois.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3879 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2f6a5b0e84
commit
129e52603e
@ -13,59 +13,72 @@
|
||||
]>
|
||||
|
||||
<sect1 id="whois" xreflabel="Whois-&whois-version;">
|
||||
<?dbhtml filename="whois.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="whois.html"?>
|
||||
<title>Whois-&whois-version;</title>
|
||||
<indexterm zone="whois">
|
||||
<primary sortas="a-Whois">Whois</primary></indexterm>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>Whois</application></title>
|
||||
<title>Whois-&whois-version;</title>
|
||||
|
||||
<indexterm zone="whois">
|
||||
<primary sortas="a-Whois">Whois</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Whois</title>
|
||||
|
||||
<para><application>Whois</application> is a client-side application which
|
||||
queries the whois directory service for information pertaining to a particular
|
||||
domain name.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&whois-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&whois-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &whois-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &whois-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&whois-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&whois-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&whois-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&whois-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &whois-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &whois-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &whois-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &whois-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Whois</application></title>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Whois</title>
|
||||
|
||||
<para>Install <application>Whois</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>make</command></userinput></screen>
|
||||
<screen><userinput>make</userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make prefix=/usr install</command></userinput></screen>
|
||||
<screen role='root'><userinput>make prefix=/usr install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>whois</seg>
|
||||
<seg>None</seg>
|
||||
@ -76,15 +89,19 @@ commands:</para>
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="whois-prog">
|
||||
<term><command>whois</command></term>
|
||||
<listitem><para>is a client-side application which queries the whois directory
|
||||
<listitem>
|
||||
<para>is a client-side application which queries the whois directory
|
||||
service for information pertaining to a particular domain name.</para>
|
||||
<indexterm zone="whois whois-prog">
|
||||
<primary sortas="b-whois">whois</primary></indexterm>
|
||||
<primary sortas="b-whois">whois</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user