summaryrefslogtreecommitdiffstats
path: root/doc/tdeioslave/finger
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdeioslave/finger')
-rw-r--r--doc/tdeioslave/finger/CMakeLists.txt9
-rw-r--r--doc/tdeioslave/finger/Makefile.am2
-rw-r--r--doc/tdeioslave/finger/index.docbook39
3 files changed, 50 insertions, 0 deletions
diff --git a/doc/tdeioslave/finger/CMakeLists.txt b/doc/tdeioslave/finger/CMakeLists.txt
new file mode 100644
index 000000000..48ce09a89
--- /dev/null
+++ b/doc/tdeioslave/finger/CMakeLists.txt
@@ -0,0 +1,9 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION tdeioslave/finger )
diff --git a/doc/tdeioslave/finger/Makefile.am b/doc/tdeioslave/finger/Makefile.am
new file mode 100644
index 000000000..f10e4b3d4
--- /dev/null
+++ b/doc/tdeioslave/finger/Makefile.am
@@ -0,0 +1,2 @@
+KDE_LANG = en
+KDE_DOCS = tdeioslave/finger
diff --git a/doc/tdeioslave/finger/index.docbook b/doc/tdeioslave/finger/index.docbook
new file mode 100644
index 000000000..cb49c3c3d
--- /dev/null
+++ b/doc/tdeioslave/finger/index.docbook
@@ -0,0 +1,39 @@
+<?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 % English "INCLUDE" > <!-- change language only here -->
+]>
+
+<article lang="&language;" id="finger">
+<title>finger</title>
+<articleinfo>
+<authorgroup>
+<author>&Lauri.Watts;&Lauri.Watts.mail;</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+</articleinfo>
+
+<para>Finger is a program to display information about users.</para>
+
+<para>If finger is enabled on the remote machine, you may be given
+information on the user's real name, if they are currently logged in, if
+they have mail and the text of their <filename>.plan</filename> file in
+their home folder.</para>
+
+<para>Finger is normally associated with a user@hostname address, which
+may or may not be the same as a users email address.</para>
+
+<para>Most Internet Service Providers no longer allow finger access, so,
+you may find that you get no useful answer for most people.</para>
+
+<para>Other people use their local <filename>.plan</filename> file to
+hold such information as <acronym>PGP</acronym> keys, the fact they are
+on vacation, and all sorts of information.</para>
+
+<para>Use the finger tdeioslave like this:
+<userinput>finger://<replaceable>username</replaceable>@<replaceable>hostname</replaceable></userinput></para>
+
+<para> See the manual: <ulink url="man:/finger">finger</ulink>.
+</para>
+
+</article>