Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2008-01-15 05:31:38 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-01-15 05:31:38 +0300
commit0ada0c05e3b1450872c62866e9e75f71362deb41 (patch)
tree13f0870fffc475a86313e1a0a4f8852206068c80 /man
parent67010a33568a8e98394939b60cb8f3a1a89f07ff (diff)
Extensive updates to ubuntu package (not quite done)
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@917 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'man')
-rw-r--r--man/mumble-overlay.12
-rw-r--r--man/murmur-wrapper.155
-rw-r--r--man/murmurd.13
3 files changed, 57 insertions, 3 deletions
diff --git a/man/mumble-overlay.1 b/man/mumble-overlay.1
index c039c169c..c50c734bc 100644
--- a/man/mumble-overlay.1
+++ b/man/mumble-overlay.1
@@ -19,9 +19,7 @@ standard output. Only usefull for debugging.
.SH EXAMPLE
To run glxgears with the mumble-overlay active:
.IP
-.nf
mumble-overlay glxgears
-.fi
.SH NOTES
This will only work with OpenGL drivers which support the full
OpenGL and GLX specifications.
diff --git a/man/murmur-wrapper.1 b/man/murmur-wrapper.1
new file mode 100644
index 000000000..0074e473f
--- /dev/null
+++ b/man/murmur-wrapper.1
@@ -0,0 +1,55 @@
+.TH murmur-wrapper 1 "2008 Januar 07"
+.SH NAME
+murmur-wrapper \- User wrapper for murmurd.
+.SH SYNOPSIS
+.B murmur-wrapper
+.RI [ options ]
+.SH DESCRIPTION
+Murmur is the server component of Mumble, a low-latency, high quality VoIP
+application. Murmur-wrapper is a wrapper script to make it easier for normal
+users to set up their own, private murmur server.
+.SH OPTIONS
+.TP
+.BI \-d \ "directory"
+Set directory to use. By default, the wrapper script uses $HOME/murmur
+.TP
+.B \-s
+Check if murmur process is running.
+.TP
+.B \-k
+Terminate running murmur process.
+.TP
+.B \-i
+Initialize only, do not start the server.
+.TP
+.BI \-p \ "password"
+Specify password for the SuperUser account and exit. SuperUser is the
+mumble equivalent of root, a special user which bypasses all access
+restrictions.
+.SH NOTES
+To create your own private server, you first want to run
+.IP
+murmur-wrapper -i
+.LP
+Then edit ~/murmur/murmur.ini to set the various configuration settings. The
+most important is probably the port; unless you're the only murmur process
+running on this server, you'll need to change it.
+
+When you're happy with your settings, you need to set the password for
+SuperUser, which is your administrator account.
+.IP
+murmur-wrapper -p
+.I "<password>"
+.LP
+
+Once this is done, simply run
+.IP
+murmur-wrapper
+.LP
+to start the server.
+.SH SEE ALSO
+.BR murmurd (1).
+.br
+.SH AUTHOR
+mumble and murmurd was written by Thorvald Natvig
+<slicer@users.sourceforge.net>.
diff --git a/man/murmurd.1 b/man/murmurd.1
index f7e8ab5ed..4d8fa0806 100644
--- a/man/murmurd.1
+++ b/man/murmurd.1
@@ -31,7 +31,8 @@ a special account (similar to
) which bypasses all access controls. This command may be used while the
server is running.
.SH SEE ALSO
-.BR mumble (1).
+.BR mumble (1),
+.BR murmur-wrapper (1).
.br
.SH AUTHOR
mumble and murmurd was written by Thorvald Natvig