diff mcabber/doc/mcabber.1 @ 660:ef7f0b58a159

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 22:26:02 +0100
parents 3edd3687c38d
children 3f3c5765a459
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Sun Jan 08 01:25:58 2006 +0100
+++ b/mcabber/doc/mcabber.1	Sun Jan 08 22:26:02 2006 +0100
@@ -121,7 +121,7 @@
 
 .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\&. If no jid is provided (or jid is empty ""), the current buddy is used\&.
+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 (or an empty string "") is provided or if jid is "\&.", the current buddy is used\&.
 
 .TP
 \fB/alias\fR name = command line
@@ -224,7 +224,7 @@
 \fB/room\fR
 The room command handles Multi\-User Chat room actions\&.
 
- \fBjoin\fR room nick     	join "room", using "nick" as nickname
+ \fBjoin\fR room nick     	join "room", using "nick" as nickname\&. If no nickname is provided, the "nickname" option value is used (see sample configuration file)
  \fBleave\fR [message]    	leave the current room
  \fBnames\fR              	display members of the current room
  \fBnick\fR nick          	change your nickname in the current room
@@ -277,6 +277,8 @@
 \fB/status_to\fR jid online|avail|invisible|free|dnd|notavail|away [StatusMessage]
 Send the requested status to the specified Jabber user\&.
 
+If the specified jid is "\&.", the current buddy is used\&.
+
 Note: this status will be overridden by subsequent "/status" commands\&. If you are using the auto\-away feature, the status will overridden too\&.
 
 Note: The jid can include a resource (i\&.e\&. user@server/resource)\&.