aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-06-08 10:12:13 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-06-08 10:12:42 +0200
commit2f3ca41289de5cc275f19af5125557a175465d7c (patch)
tree734a52b1ee8681db64ae049c92f8ad550b9d5e06 /documentation
parent01e996ce32e13bd47be938dcb8db83778658b3a1 (diff)
downloadmum-2f3ca41289de5cc275f19af5125557a175465d7c.tar.gz
manpage alphabetical order
Diffstat (limited to 'documentation')
-rw-r--r--documentation/mumctl.130
-rw-r--r--documentation/mumctl.txt26
2 files changed, 28 insertions, 28 deletions
diff --git a/documentation/mumctl.1 b/documentation/mumctl.1
index e875fd7..b2badf6 100644
--- a/documentation/mumctl.1
+++ b/documentation/mumctl.1
@@ -2,12 +2,12 @@
.\" Title: mumd
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.15
-.\" Date: 2021-06-06
+.\" Date: 2021-06-08
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MUMCTL" "1" "2021-06-06" "\ \&" "\ \&"
+.TH "MUMCTL" "1" "2021-06-08" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
@@ -99,6 +99,19 @@ mumctl help
Show a help message.
.RE
.sp
+mumctl message channel [\-r|\-\-recursive] <message> <channels>
+Sends a message to all channels specified in the list of channels.
+If the recursive flag is set, the message is also sent to all subchannels in a recursive manner.
+.sp
+mumctl message user <message> <users>
+Sends a message to all users specified in the list of users.
+.sp
+mumctl messages [\-f|\-\-follow]
+Prints all received messages since mumd was started, or since this command last was issued,
+whichever happens first.
+If the follow flag is set, mumctl will instead wait for new messages to come in and print
+them as they come in. To exit this loop, issue a Ctrl\-C.
+.sp
mumctl mute [user]
.RS 4
Mute yourself or someone else.
@@ -157,19 +170,6 @@ mumctl volume <user> set <volume>
Set the volume of another user\(cqs incoming audio.
1.0 is the default.
.RE
-.sp
-mumctl messages [\-f|\-\-follow]
-Prints all received messages since mumd was started, or since this command last was issued,
-whichever happens first.
-If the follow flag is set, mumctl will instead wait for new messages to come in and print
-them as they come in. To exit this loop, issue a Ctrl\-C.
-.sp
-mumctl message user <message> <users>
-Sends a message to all users specified in the list of users.
-.sp
-mumctl message channel [\-r|\-\-recursive] <message> <channels>
-Sends a message to all channels specified in the list of channels.
-If the recursive flag is set, the message is also sent to all subchannels in a recursive manner.
.SH "AUTHORS"
.sp
Gustav Sörnäs and Eskil Queseth.
diff --git a/documentation/mumctl.txt b/documentation/mumctl.txt
index e513255..af9e059 100644
--- a/documentation/mumctl.txt
+++ b/documentation/mumctl.txt
@@ -61,6 +61,19 @@ mumctl disconnect ::
mumctl help ::
Show a help message.
+mumctl message channel [-r|--recursive] <message> <channels>
+ Sends a message to all channels specified in the list of channels.
+ If the recursive flag is set, the message is also sent to all subchannels in a recursive manner.
+
+mumctl message user <message> <users>
+ Sends a message to all users specified in the list of users.
+
+mumctl messages [-f|--follow]
+ Prints all received messages since mumd was started, or since this command last was issued,
+ whichever happens first.
+ If the follow flag is set, mumctl will instead wait for new messages to come in and print
+ them as they come in. To exit this loop, issue a Ctrl-C.
+
mumctl mute [user] ::
Mute yourself or someone else.
If user is omitted, you mute yourself. Otherwise, the user with the username [user] is muted.
@@ -98,19 +111,6 @@ mumctl volume <user> set <volume> ::
Set the volume of another user's incoming audio.
1.0 is the default.
-mumctl messages [-f|--follow]
- Prints all received messages since mumd was started, or since this command last was issued,
- whichever happens first.
- If the follow flag is set, mumctl will instead wait for new messages to come in and print
- them as they come in. To exit this loop, issue a Ctrl-C.
-
-mumctl message user <message> <users>
- Sends a message to all users specified in the list of users.
-
-mumctl message channel [-r|--recursive] <message> <channels>
- Sends a message to all channels specified in the list of channels.
- If the recursive flag is set, the message is also sent to all subchannels in a recursive manner.
-
Authors
-------