# HG changeset patch # User Mikael Berthe # Date 1135764541 -3600 # Node ID 3edd3687c38d6a741a2b31de5f2663fe962ba94e # Parent f6946251acdf595dcbf3dacba724e82e781ee524 Update documentation diff -r f6946251acdf -r 3edd3687c38d mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Wed Dec 28 11:08:39 2005 +0100 +++ b/mcabber/doc/mcabber.1 Wed Dec 28 11:09:01 2005 +0100 @@ -120,8 +120,8 @@ .SH "COMMANDS" .TP -\fB/add\fR jid [nickname] -Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy\&. If no nickname is specified, the jid is used\&. +\fB/add\fR [jid [nickname]] +Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy\&. If no nickname is specified, the jid is used\&. If no jid is provided (or jid is empty ""), the current buddy is used\&. .TP \fB/alias\fR name = command line diff -r f6946251acdf -r 3edd3687c38d mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Wed Dec 28 11:08:39 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Wed Dec 28 11:09:01 2005 +0100 @@ -215,12 +215,13 @@

COMMANDS

-/add jid [nickname] +/add [jid [nickname]]
Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy. If no nickname is specified, the - jid is used. + jid is used. If no jid is provided (or jid is empty ""), the + current buddy is used.
/alias name = command line @@ -813,7 +814,7 @@ diff -r f6946251acdf -r 3edd3687c38d mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Wed Dec 28 11:08:39 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Wed Dec 28 11:09:01 2005 +0100 @@ -89,10 +89,11 @@ COMMANDS -------- -/add jid [nickname]:: +/add [jid [nickname]]:: Add the "jid" Jabber user to our roster (default group), and send a notification request to this buddy. If no nickname is specified, the - jid is used. + jid is used. If no jid is provided (or jid is empty ""), the + current buddy is used. /alias name = command line:: Add "name" as an alias for "command line". +