changeset 2271:8e4e91c5cf6b

Update manpage wrt latest change
author Mikael Berthe <mikael@lilotux.net>
date Sat, 17 Sep 2016 10:08:01 +0200
parents 5d05e8128ef4
children 751097b39c17
files mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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 <http://docbook.sf.net/>
-.\"      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]
--- 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 @@
 </p>
 </dd>
 <dt class="hdlist1">
-<em>role</em> jid role [reason]
+<em>role</em> nick role [reason]
 </dt>
 <dd>
 <p>
-Change jid&#8217;s role (role can be "none", "visitor", "participant", "moderator")
+Change nick&#8217;s role (role can be "none", "visitor", "participant", "moderator")
 </p>
 </dd>
 <dt class="hdlist1">
--- 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.