diff mcabber/doc/mcabber.1.txt @ 637:aff6df4b408b

Update documentation Mention "/msay send_to" in the manpage.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 26 Dec 2005 19:42:57 +0100
parents 713ba1932382
children 3edd3687c38d
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1.txt	Mon Dec 26 13:14:40 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Mon Dec 26 19:42:57 2005 +0100
@@ -151,7 +151,7 @@
 /group fold|unfold|toggle::
         The 'group' command changes the current group display.
 
-        'fold';; fold (shrink) the current group tree in the roster
+        'fold';;   fold (shrink) the current group tree in the roster
         'unfold';; unfold (expand) the current group tree in the roster
         'toggle';; toggle the state (fold/unfold) of the current tree
 
@@ -166,7 +166,7 @@
         Tip: if the chatmode is enabled, you can use "/roster alternate"
         to jump to the moved buddy.
 
-/msay begin|verbatim|send|abort::
+/msay begin|verbatim|send|send_to|abort::
         Send a multi-line message.  To write a single message with several
         lines, the 'multi-line mode' should be used. +
         In multi-line mode, each line (except command lines) typed in the input
@@ -178,10 +178,11 @@
         command (with send or abort parameters) can be used to exit verbatim
         mode.
 
-        'begin';; enter multi-line mode
-        'verbatim';; enter verbatim multi-line mode
-        'send';; send the current multi-line message to the currently selected buddy
-        'abort';; leave multi-line mode without sending the message
+        'begin';;       enter multi-line mode
+        'verbatim';;    enter verbatim multi-line mode
+        'send';;        send the current multi-line message to the currently selected buddy
+        'send_to' jid;; send the current multi-line message to "jid"
+        'abort';;       leave multi-line mode without sending the message
 
 /quit::
         Disconnect and leave `mcabber(1)`.