diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-12-24 02:51:00 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-12-24 13:34:31 +0100 |
| commit | e0eea506162c159df500587db406ee3b1fa3f911 (patch) | |
| tree | 874cdbecd47aa6367d686aa1228677cd26bfba22 /documentation/mumd.txt | |
| parent | 2902064db5c24ac30cb1a58fd44832b02ee478be (diff) | |
| download | mum-e0eea506162c159df500587db406ee3b1fa3f911.tar.gz | |
add initial man pages
Diffstat (limited to 'documentation/mumd.txt')
| -rw-r--r-- | documentation/mumd.txt | 45 |
1 files changed, 45 insertions, 0 deletions
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) |
