]> git.0d.be Git - empathy.git/commitdiff
import empathy-accounts manpage from Debian
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 8 Jul 2010 12:19:54 +0000 (14:19 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Jul 2010 08:50:02 +0000 (10:50 +0200)
Thanks to Laurent Bigonville for this man page.

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

index 8209d92a67ea3691ad4dec7b79aa792b24c38a0a..0a4f6b33f061afd6fd2a5d274a5a55104f7a924e 100644 (file)
@@ -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 (file)
index 0000000..a1841fc
--- /dev/null
@@ -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 .