mcabber/doc/mcabber.1.txt
changeset 372 db004de6440c
parent 364 33b8e801ffa6
child 377 00809e3e327e
--- a/mcabber/doc/mcabber.1.txt	Sun Jul 24 23:04:39 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Mon Jul 25 18:28:26 2005 +0100
@@ -102,13 +102,15 @@
         Example: "/bind 265 = status online" (265 is F1 for me, but it can
         depend on your ncurses installation).
 
-/buffer clear|top|bottom::
+/buffer clear|top|bottom|search_backward|search_forward::
         The 'buffer' command manipulates the current buddy's buffer
         (chat window).
 
-        'clear';;  clear the current buddy chat window                  
-        'top';;    jump to the top of the current buddy chat buffer     
-        'bottom';; jump to the bottom of the current buddy chat buffer  
+        'clear';;       clear the current buddy chat window                  
+        'top';;         jump to the top of the current buddy chat buffer     
+        'bottom';;      jump to the bottom of the current buddy chat buffer  
+        'search_backward' text;; search for text in the current buddy chat buffer
+        'search_forward'  text;; search for text in the current buddy chat buffer
 
 /clear::
         The 'clear' command is actually an alias for "/buffer clear".