aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-23 23:20:20 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-23 23:20:20 +0800
commita8c74edf1ca633a36c50175b674086b35496a09f (patch)
treed92a48abb97ee0a81b121742b71ddb6bfc756eba
parentbd4555c42f16315bc813d2d690a41878569ce609 (diff)
downloadgsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.gz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.bz2
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.lz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.xz
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.tar.zst
gsoc2013-empathy-a8c74edf1ca633a36c50175b674086b35496a09f.zip
Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon McVittie).
svn path=/trunk/; revision=1035
-rw-r--r--src/Makefile.am4
-rw-r--r--src/empathy-accounts.112
-rw-r--r--src/empathy.124
3 files changed, 40 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7c18efc24..f82bac38e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -47,6 +47,10 @@ glade_DATA = \
empathy-new-chatroom-dialog.glade \
empathy-status-icon.glade
+dist_man_MANS = \
+ empathy.1 \
+ empathy-accounts.1
+
EXTRA_DIST = \
$(autostart_DATA) \
$(glade_DATA)
diff --git a/src/empathy-accounts.1 b/src/empathy-accounts.1
new file mode 100644
index 000000000..b615e875e
--- /dev/null
+++ b/src/empathy-accounts.1
@@ -0,0 +1,12 @@
+.TH EMPATHY-ACCOUNTS "1" "October 2007" "Telepathy project" "User Commands"
+.SH NAME
+empathy\-accounts \- configure Telepathy instant messaging accounts
+.SH SYNOPSIS
+empathy\-accounts
+.SH DESCRIPTION
+empathy-accounts displays a graphical (Gtk+) dialog where the instant messaging
+accounts used by Empathy (via Telepathy Mission Control) can be configured.
+.SH OPTIONS
+There are no command-line options.
+.SH SEE ALSO
+\fIhttp://telepathy.freedesktop.org/\fR, \fIhttp://live.gnome.org/Empathy\fR
diff --git a/src/empathy.1 b/src/empathy.1
new file mode 100644
index 000000000..bb191a0ac
--- /dev/null
+++ b/src/empathy.1
@@ -0,0 +1,24 @@
+.TH EMPATHY "1" "October 2007" "Telepathy project" "User Commands"
+.SH NAME
+empathy \- GNOME instant messaging client using Telepathy
+.SH SYNOPSIS
+empathy
+.SH DESCRIPTION
+Empathy consists of a rich set of reusable instant messaging widgets, and a
+GNOME client using those widgets.
+It uses Telepathy and Nokia's Mission Control, and reuses Gossip's UI.
+.PP
+The main user interface consists of a contact list window and an icon in the
+notification area.
+.SH OPTIONS
+There are no command-line options.
+.SH ENVIRONMENT
+.TP
+\fBEMPATHY_LOGFILE\fR=\fIfilename\fR
+If set, debug output will go to the given file rather than to stderr.
+.TP
+\fBEMPATHY_DEBUG\fR=\fItype\fR
+May be set to "all" for full debug output, or various undocumented options
+(which may change from release to release) to filter the output.
+.SH SEE ALSO
+\fIhttp://telepathy.freedesktop.org/\fR, \fIhttp://live.gnome.org/Empathy\fR