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-02-17 17:02:14 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-02-17 17:02:14 +0300
commit799641a0b9b54230f9992c6cb70c89b238375fc8 (patch)
tree92d7ee568920338785c8462d9c8deb5085946f72 /man
parent7a933577e25545078dbd6a8eda0203391bd56128 (diff)
Escaping a few - in manpages
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@940 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'man')
-rw-r--r--man/mumble-overlay.110
-rw-r--r--man/mumble.14
-rw-r--r--man/murmur-wrapper.116
-rw-r--r--man/murmurd.14
4 files changed, 17 insertions, 17 deletions
diff --git a/man/mumble-overlay.1 b/man/mumble-overlay.1
index 8001a2585..2694b71e4 100644
--- a/man/mumble-overlay.1
+++ b/man/mumble-overlay.1
@@ -1,8 +1,8 @@
-.TH mumble-overlay 1 "2008 January 07"
+.TH mumble\-overlay 1 "2008 January 07"
.SH NAME
-mumble-overlay \- load OpenGL overlay for Mumble.
+mumble\-overlay \- load OpenGL overlay for Mumble.
.SH SYNOPSIS
-.B mumble-overlay
+.B mumble\-overlay
.RI "executable"
.SH DESCRIPTION
This wrapper will load the OpenGL overlay for Mumble into the application
@@ -17,9 +17,9 @@ currently connected to a server.
If this environment variable is set, extended debugging will be output to
standard output. Only usefull for debugging.
.SH EXAMPLE
-To run glxgears with the mumble-overlay active:
+To run glxgears with the mumble\-overlay active:
.IP
-mumble-overlay glxgears
+mumble\-overlay glxgears
.SH NOTES
This will only work with OpenGL drivers which support the full
OpenGL and GLX specifications.
diff --git a/man/mumble.1 b/man/mumble.1
index d1291530a..920297b1b 100644
--- a/man/mumble.1
+++ b/man/mumble.1
@@ -1,13 +1,13 @@
.TH MUMBLE 1 "2008 Januar 07"
.SH NAME
-mumble \- a low-latency, high quality voice chat program for gaming.
+mumble \- a low\-latency, high quality voice chat program for gaming.
.SH SYNOPSIS
.B mumble
.SH DESCRIPTION
Mumble is a low\-latency, high quality voice chat utility for
gaming that runs under X11.
.SH SEE ALSO
-.BR mumble-overlay (1),
+.BR mumble\-overlay (1),
.BR murmurd (1).
.br
.SH AUTHOR
diff --git a/man/murmur-wrapper.1 b/man/murmur-wrapper.1
index 67023f3bf..e1985be3c 100644
--- a/man/murmur-wrapper.1
+++ b/man/murmur-wrapper.1
@@ -1,12 +1,12 @@
-.TH murmur-wrapper 1 "2008 Januar 07"
+.TH murmur\-wrapper 1 "2008 Januar 07"
.SH NAME
-murmur-wrapper \- User wrapper for murmurd.
+murmur\-wrapper \- User wrapper for murmurd.
.SH SYNOPSIS
-.B murmur-wrapper
+.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
+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
@@ -29,7 +29,7 @@ restrictions.
.SH NOTES
To create your own private server, you first want to run
.IP
-murmur-wrapper \-i
+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
@@ -38,13 +38,13 @@ 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
+murmur\-wrapper \-p
.I "<password>"
.LP
Once this is done, simply run
.IP
-murmur-wrapper
+murmur\-wrapper
.LP
to start the server.
.SH SEE ALSO
diff --git a/man/murmurd.1 b/man/murmurd.1
index 4d8fa0806..b02a81431 100644
--- a/man/murmurd.1
+++ b/man/murmurd.1
@@ -5,7 +5,7 @@ murmurd \- VoIP server.
.B murmurd
.RI [ options ]
.SH DESCRIPTION
-Murmur is the server component of Mumble, a low-latency, high quality VoIP
+Murmur is the server component of Mumble, a low\-latency, high quality VoIP
application.
.SH OPTIONS
.TP
@@ -32,7 +32,7 @@ a special account (similar to
server is running.
.SH SEE ALSO
.BR mumble (1),
-.BR murmur-wrapper (1).
+.BR murmur\-wrapper (1).
.br
.SH AUTHOR
mumble and murmurd was written by Thorvald Natvig