aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-08 20:19:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-12 16:50:02 +0800
commit35c2f2093089a86cdbed59c77debf0e84ce5bd47 (patch)
treeb024d286b7df00e647bc1ae5a3be5121000c8038
parenta36d0fe444e451f3bfc10c05510596901b1f72e1 (diff)
downloadgsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar.gz
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar.bz2
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar.lz
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar.xz
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.tar.zst
gsoc2013-empathy-35c2f2093089a86cdbed59c77debf0e84ce5bd47.zip
import empathy-accounts manpage from Debian
Thanks to Laurent Bigonville for this man page.
-rw-r--r--src/Makefile.am3
-rw-r--r--src/empathy-accounts.136
2 files changed, 38 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8209d92a6..0a4f6b33f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -192,7 +192,8 @@ check_c_sources += $(libempathy_accounts_panel_la_SOURCES)
endif
dist_man_MANS = \
- empathy.1
+ empathy.1 \
+ empathy-accounts.1
# rules for making the glib enum objects
%-enumtypes.h: %.h Makefile.in
diff --git a/src/empathy-accounts.1 b/src/empathy-accounts.1
new file mode 100644
index 000000000..a1841fceb
--- /dev/null
+++ b/src/empathy-accounts.1
@@ -0,0 +1,36 @@
+.TH EMPATHY-ACCOUNTS "1" "February 2010" "Telepathy project" "User Commands"
+.SH NAME
+empathy-accounts \- Accounts configuration dialog for Empathy instant messaging client
+.SH SYNOPSIS
+empathy-accounts
+.RI [ options ]
+.SH DESCRIPTION
+Accounts configuration dialog for Empathy instant messaging client
+.PP
+This utility allows you to configure your instant messaging accounts for Empathy.
+.SH OPTIONS
+.TP
+.BR \-i ,\ \-\-import
+Try to import any recognized accounts and display an assistant if that fails
+.TP
+.BR \-h ,\ \-\-hidden
+Don't display any dialogs; do any work (eg, importing) and exit
+.TP
+.BI \-s\ account\-id
+.TQ
+.BI \-\-select\-account= account\-id
+Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)
+.SH AUTHOR
+This manual page was written by
+.MT bigon@debian.org
+Laurent Bigonville
+.ME ,
+for the Debian GNU/Linux system (but may be used by others).
+.SH SEE ALSO
+.BR empathy (1),
+.UR http://telepathy.freedesktop.org/
+The Telepathy project
+.UE ,
+.UR http://live.gnome.org/Empathy
+The Empathy project
+.UE .