diff mcabber/doc/mcabber.1.txt @ 2271:8e4e91c5cf6b

Update manpage wrt latest change
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Sep 2016 10:08:01 +0200
parents 3f04914d8643
children 3d6986784dae
line wrap: on
line diff
--- a/mcabber/doc/mcabber.1.txt	Sat Sep 17 10:02:56 2016 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sat Sep 17 10:08:01 2016 +0200
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v1.0.3-dev, February 2016
+v1.0.3-dev, September 2016
 
 NAME
 ----
@@ -433,7 +433,7 @@
         'unban' jid;;  Unban jid from the current room
         'invite' jid [reason];;  Invite jid to the current room
         'kick' nick [reason];;  Kick "nick" from the current room
-        'role' jid role [reason];;  Change jid's role (role can be "none", "visitor", "participant", "moderator")
+        'role' nick role [reason];;  Change nick's role (role can be "none", "visitor", "participant", "moderator")
         'affil' jid affil [reason];;  Change jid's affiliation (affil can be "none", "member", "admin", "owner")
         'setopt' print_status|auto_whois [value];;  Change settings for the current room For print_status, the possible values are "default", "none", "in_and_out", "all". For auto_whois, the possible values are "default", "off", "on". When the value is "default", the options muc_print_status / muc_auto_whois is used.
         'bookmark' [add|del] [-autojoin|+autojoin] [-|nick];;  Add, remove or update a bookmark (default is add). If autojoin is set, mcabber will automatically join the MUC room when it connects to the server. To see the list of bookmarks, use /room bookmark in the status buffer.