diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-23 23:20:20 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-23 23:20:20 +0800 |
commit | a8c74edf1ca633a36c50175b674086b35496a09f (patch) | |
tree | d92a48abb97ee0a81b121742b71ddb6bfc756eba /src/empathy.1 | |
parent | bd4555c42f16315bc813d2d690a41878569ce609 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src/empathy.1')
-rw-r--r-- | src/empathy.1 | 24 |
1 files changed, 24 insertions, 0 deletions
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 |