diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:04 -0600 |
commit | 1bb0c88762d6fd00d77382381c3e55477bbd1872 (patch) | |
tree | e4df854f212e8e7735e8249948b6b3ecb441fc2c /tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook | |
parent | 4cd567a4569676dd42e7d9b1c5aa99e19801b482 (diff) | |
download | tde-i18n-1bb0c88762d6fd00d77382381c3e55477bbd1872.tar.gz tde-i18n-1bb0c88762d6fd00d77382381c3e55477bbd1872.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook')
-rw-r--r-- | tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook new file mode 100644 index 00000000000..1176e76b2f4 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/man.docbook @@ -0,0 +1,88 @@ +<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> |