From 2f3ca41289de5cc275f19af5125557a175465d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 8 Jun 2021 10:12:13 +0200 Subject: manpage alphabetical order --- documentation/mumctl.1 | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'documentation/mumctl.1') 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] +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 +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 set 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 -Sends a message to all users specified in the list of users. -.sp -mumctl message channel [\-r|\-\-recursive] -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. -- cgit v1.2.1 From 558b4e7cf74cba5b14b65819ceb190b073d7bb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 8 Jun 2021 10:13:57 +0200 Subject: update manpage --- documentation/mumctl.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'documentation/mumctl.1') diff --git a/documentation/mumctl.1 b/documentation/mumctl.1 index b2badf6..01840d1 100644 --- a/documentation/mumctl.1 +++ b/documentation/mumctl.1 @@ -99,9 +99,11 @@ mumctl help Show a help message. .RE .sp -mumctl message channel [\-r|\-\-recursive] +mumctl message channel [\-r|\-\-recursive] [...] 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. +If no channels are given the message is sent to the channel currently +connected to. .sp mumctl message user Sends a message to all users specified in the list of users. -- cgit v1.2.1