You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.7 KiB
42 lines
1.7 KiB
<?xml version="1.0" ?>
|
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
|
<!ENTITY % addindex "IGNORE">
|
|
<!ENTITY % British-English "INCLUDE"> <!-- change language only here -->
|
|
]>
|
|
|
|
<article lang="&language;" id="man">
|
|
<title>Man</title>
|
|
<articleinfo>
|
|
<authorgroup>
|
|
<author>&Lauri.Watts; &Lauri.Watts.mail;</author>
|
|
<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit>
|
|
</authorgroup>
|
|
</articleinfo>
|
|
|
|
<para>Using the man ioslave you are able to read the man pages installed on your system. It is easy to use: </para>
|
|
|
|
<variablelist>
|
|
<varlistentry>
|
|
<term><userinput><command>man:/</command></userinput></term>
|
|
<listitem>
|
|
<para>See the sections of the manual, click to find the rest. </para>
|
|
</listitem>
|
|
</varlistentry>
|
|
<varlistentry>
|
|
<term><userinput><command>man:</command>fopen</userinput></term>
|
|
<listitem>
|
|
<para>See the man page of <command>fopen</command>. </para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
<para>There is also a shortcut: <userinput><command>#fopen</command></userinput>, which has the same effect as above. </para>
|
|
|
|
<para>If you don't find all your man pages, adjust the environment variables <envar>MANPATH</envar> and <envar>MANSECT</envar>. </para>
|
|
|
|
<para>As with any other &kde; ioslave, it is possible to enter a &URL;, like <userinput><command>man:socket</command></userinput> in <emphasis>any</emphasis> &kde; application. Try it in &kwrite; and you will see the man page in <acronym>HTML</acronym> format. </para>
|
|
|
|
<para>Contact mailing list: <email>kde-devel@kde.org</email> </para>
|
|
|
|
</article>
|