# HG changeset patch # User Mikael Berthe # Date 1474099681 -7200 # Node ID 8e4e91c5cf6bcdd686228f152dca17b6b2901081 # Parent 5d05e8128ef4de2cdbab78306c346c5d2ad61472 Update manpage wrt latest change diff -r 5d05e8128ef4 -r 8e4e91c5cf6b mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Sep 17 10:02:56 2016 +0200 +++ b/mcabber/doc/mcabber.1 Sat Sep 17 10:08:01 2016 +0200 @@ -2,12 +2,12 @@ .\" Title: mcabber .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.75.2 -.\" Date: 03/19/2011 +.\" Date: 09/17/2016 .\" Manual: \ \& -.\" Source: \ \& 1.0.2-dev +.\" Source: \ \& 1.0.3-dev .\" Language: English .\" -.TH "MCABBER" "1" "02/27/2016" "\ \& 1\&.0\&.3\-dev\" "\ \&" +.TH "MCABBER" "1" "09/17/2016" "\ \& 1\&.0\&.3\-dev\" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1179,9 +1179,9 @@ Kick "nick" from the current room .RE .PP -\fIrole\fR jid role [reason] +\fIrole\fR nick role [reason] .RS 4 -Change jid\(cqs role (role can be "none", "visitor", "participant", "moderator") +Change nick\(cqs role (role can be "none", "visitor", "participant", "moderator") .RE .PP \fIaffil\fR jid affil [reason] diff -r 5d05e8128ef4 -r 8e4e91c5cf6b mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Sep 17 10:02:56 2016 +0200 +++ b/mcabber/doc/mcabber.1.html Sat Sep 17 10:08:01 2016 +0200 @@ -2257,11 +2257,11 @@

-role jid role [reason] +role nick role [reason]

-Change jid’s role (role can be "none", "visitor", "participant", "moderator") +Change nick’s role (role can be "none", "visitor", "participant", "moderator")

diff -r 5d05e8128ef4 -r 8e4e91c5cf6b mcabber/doc/mcabber.1.txt --- 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 -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.