changeset 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 f84cce8382e8
children f6946251acdf
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 25 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Mon Dec 26 13:14:40 2005 +0100
+++ b/mcabber/doc/mcabber.1	Mon Dec 26 19:42:57 2005 +0100
@@ -185,7 +185,7 @@
 \fB/group\fR fold|unfold|toggle
 The group command changes the current group display\&.
 
- \fBfold\fR	fold (shrink) the current group tree in the roster
+ \fBfold\fR  	fold (shrink) the current group tree in the roster
  \fBunfold\fR	unfold (expand) the current group tree in the roster
  \fBtoggle\fR	toggle the state (fold/unfold) of the current tree
 
@@ -198,17 +198,18 @@
 Move the current buddy to the requested group\&. If no group is specified, then the buddy is moved to the default group\&. Tip: if the chatmode is enabled, you can use "/roster alternate" to jump to the moved buddy\&.
 
 .TP
-\fB/msay\fR begin|verbatim|send|abort
+\fB/msay\fR begin|verbatim|send|send_to|abort
 Send a multi\-line message\&. To write a single message with several lines, the \fImulti\-line mode\fR should be used\&.
 
 In multi\-line mode, each line (except command lines) typed in the input line will be added to the multi\-line message\&. Once the message is finished, it can be sent to the current selected buddy with the "/msay send" command\&.
 
 The \fIverbatim\fR multi\-line mode disables commands, so that it is possible to enter lines starting with a slash\&. Only the "/msay" command (with send or abort parameters) can be used to exit verbatim mode\&.
 
- \fBbegin\fR	enter multi\-line mode
- \fBverbatim\fR	enter verbatim multi\-line mode
- \fBsend\fR	send the current multi\-line message to the currently selected buddy
- \fBabort\fR	leave multi\-line mode without sending the message
+ \fBbegin\fR      	enter multi\-line mode
+ \fBverbatim\fR   	enter verbatim multi\-line mode
+ \fBsend\fR       	send the current multi\-line message to the currently selected buddy
+ \fIsend_to\fR jid	send the current multi\-line message to "jid"
+ \fBabort\fR      	leave multi\-line mode without sending the message
 
 .TP
 \fB/rawxml\fR send
--- a/mcabber/doc/mcabber.1.html	Mon Dec 26 13:14:40 2005 +0100
+++ b/mcabber/doc/mcabber.1.html	Mon Dec 26 19:42:57 2005 +0100
@@ -436,7 +436,7 @@
         to jump to the moved buddy.
 </dd>
 <dt><b>
-/msay begin|verbatim|send|abort
+/msay begin|verbatim|send|send_to|abort
 </b></dt>
 <dd>
         Send a multi-line message.  To write a single message with several
@@ -476,6 +476,14 @@
 </tr>
 <tr valign="top">
 <td>
+<b>send_to</b> jid
+</td>
+<td>
+send the current multi-line message to "jid"
+</td>
+</tr>
+<tr valign="top">
+<td>
 <b>abort</b>
 </td>
 <td>
@@ -804,8 +812,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.2<br />
-Last updated 17-Dec-2005 00:25:13 CEST
+Version 0.7.3-dev<br />
+Last updated 26-Dec-2005 19:35:42 CEST
 </p>
 </div>
 </div>
--- 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)`.