]> git.0d.be Git - empathy.git/commitdiff
Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon McVittie).
authorXavier Claessens <xclaesse@src.gnome.org>
Wed, 23 Apr 2008 15:20:20 +0000 (15:20 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Wed, 23 Apr 2008 15:20:20 +0000 (15:20 +0000)
svn path=/trunk/; revision=1035

src/Makefile.am
src/empathy-accounts.1 [new file with mode: 0644]
src/empathy.1 [new file with mode: 0644]

index 7c18efc241ace3281d70df9f5e5854e1e5fe8c52..f82bac38eb7978b56113414ee0ff7a8a3448b706 100644 (file)
@@ -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 (file)
index 0000000..b615e87
--- /dev/null
@@ -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 (file)
index 0000000..bb191a0
--- /dev/null
@@ -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