empathy r1035 - trunk/src



Author: xclaesse
Date: Wed Apr 23 15:20:20 2008
New Revision: 1035
URL: http://svn.gnome.org/viewvc/empathy?rev=1035&view=rev

Log:
Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon McVittie).


Added:
   trunk/src/empathy-accounts.1
   trunk/src/empathy.1
Modified:
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Wed Apr 23 15:20:20 2008
@@ -47,6 +47,10 @@
 	empathy-new-chatroom-dialog.glade	\
 	empathy-status-icon.glade
 
+dist_man_MANS =			\
+	empathy.1		\
+	empathy-accounts.1
+
 EXTRA_DIST =			\
 	$(autostart_DATA)	\
 	$(glade_DATA)

Added: trunk/src/empathy-accounts.1
==============================================================================
--- (empty file)
+++ trunk/src/empathy-accounts.1	Wed Apr 23 15:20:20 2008
@@ -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

Added: trunk/src/empathy.1
==============================================================================
--- (empty file)
+++ trunk/src/empathy.1	Wed Apr 23 15:20:20 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]