diff mcabber/doc/mcabber.1 @ 870:4b77a2ab18e5

Update manpage
author Mikael Berthe <mikael@lilotux.net>
date Thu, 25 May 2006 19:02:23 +0200
parents bfaab692a683
children e583d617838a
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1	Thu May 25 19:01:45 2006 +0200
+++ b/mcabber/doc/mcabber.1	Thu May 25 19:02:23 2006 +0200
@@ -176,28 +176,35 @@
 .SH "COMMANDS RELATED TO MCABBER"
 
 .TP
-\fB/alias\fR name = command line
+\fB/alias\fR [name [= command line]]
 Add "name" as an alias for "command line"\&.
 
-Aliases are expanded only once, thus they can not be chained\&. "/alias name" displays the value associated with the "name" alias; "/alias name =" unsets the "name" alias\&.
+Aliases are expanded only once, thus they can not be chained\&.
+
+"/alias name" displays the value associated with the "name" alias; "/alias name =" unsets the "name" alias\&.
+"/alias" displays a list of the existing aliases\&.
 
 Example: "/alias away = status away"\&.
 
 .TP
-\fB/bind\fR keycode = command line
+\fB/bind\fR [keycode [= command line]]
 Bind a command line to the key with the "keycode" code number\&.
 
-Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&. "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode\&.
+Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265"\&.
+
+"/bind keycode" displays the command line bound to the given keycode; "/bind keycode =" unbinds the given keycode\&.
+"/bind" displays a list of the bound keycodes\&.
 
 Note: aliases can be used in key bindings\&.
 
 Example: "/bind 265 = status online" (265 is F1 for me, but it may depend on your ncurses installation)\&.
 
 .TP
-\fB/buffer\fR clear|top|bottom|date|%|search_backward|search_forward
+\fB/buffer\fR clear|purge|top|bottom|date|%|search_backward|search_forward
 The buffer command manipulates the current buddy's buffer (chat window)\&.
 
  \fBclear\fR      	clear the current buddy chat window
+ \fBpurge\fR      	purge the current buddy chat window
  \fBbottom\fR     	jump to the bottom of the current buddy chat buffer
  \fBtop\fR        	jump to the top of the current buddy chat buffer
  \fBup\fR [n]     	scroll the buffer up n lines (default: half a screen)
@@ -212,6 +219,10 @@
 The clear command is actually an alias for "/buffer clear"\&.
 
 .TP
+\fB/help\fR [command]
+Display generic help or help about a specific mcabber command\&.
+
+.TP
 \fB/quit\fR
 Disconnect and leave mcabber(1)\&.