From e0eea506162c159df500587db406ee3b1fa3f911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Thu, 24 Dec 2020 02:51:00 +0100 Subject: add initial man pages --- documentation/mumd.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 documentation/mumd.txt (limited to 'documentation/mumd.txt') diff --git a/documentation/mumd.txt b/documentation/mumd.txt new file mode 100644 index 0000000..5beb275 --- /dev/null +++ b/documentation/mumd.txt @@ -0,0 +1,45 @@ +mumd(1) +======= + +Name +---- + +mumd - Mumble client daemon + +Synopsis +-------- + +mumd + +Description +----------- + +mumd is a client daemon for Mumble, a free and open source voice chat system. +It is controlled via a controller like mumctl(1). + +Files +----- + +Configuration is stored in and read from + +1. $XDG_CONFIG_HOME/mumdrc if $XDG_CONFIG_HOME is set, otherwise +2. $HOME/.config/mumdrc if $HOME is set, otherwise +3. /etc/mumdrc. + +See mumdrc(5) for information about the configuration file. + +Authors +------- + +Gustav Sörnäs and Eskil Queseth. + +Reporting bugs +-------------- + +Please report bugs to the Github repository at https://github.com/sornas/mum/ +or by e-mail to gustav@sornas.net. + +See also +-------- + +mumctl(1), mumdrc(5) -- cgit v1.2.1