From 76c1992f38a918d96e51f692e7ab0d39387fa944 Mon Sep 17 00:00:00 2001
From: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
Date: Fri, 23 Jul 2010 16:07:53 +0000
Subject: [PATCH] Some left-over hyphen-minus fixes in the man page

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/asterisk.8 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/asterisk.8 b/doc/asterisk.8
index b4f7026867..4dab41295b 100644
--- a/doc/asterisk.8
+++ b/doc/asterisk.8
@@ -27,7 +27,7 @@ ISDN BRI, and many more.
 .PP
 At start, Asterisk reads the /etc/asterisk/asterisk.conf main configuration
 file and locates the rest of the configuration files from the configuration
-in that file. The -C option specifies an alternate main configuration file.
+in that file. The \-C option specifies an alternate main configuration file.
 Virtually all aspects of the operation of asterisk's configuration files
 can be found in the sample configuration files.  The format for those files
 is generally beyond the scope of this man page.
@@ -47,7 +47,7 @@ instead of the default, /etc/asterisk/asterisk.conf
 .TP
 \fB\-c\fR
 Provide a control console on the calling terminal.
-Specifying this option implies \fB-f\fR and will cause
+Specifying this option implies \fB\-f\fR and will cause
 asterisk to no longer fork or detach from the controlling terminal.
 .TP
 \fB\-d\fR
@@ -88,7 +88,7 @@ too many simultaneous calls.
 \fB\-m\fR
 Disable log and verbose output to remote (\-r) consoles.
 .TP
-\fB-M \fIvalue\fB\fR
+\fB\-M \fIvalue\fB\fR
 Limits the maximum number of calls to the specified value.  This can
 be useful to prevent a system from being brought down by terminating
 too many simultaneous calls.
@@ -119,7 +119,7 @@ process is lost, attempt to reconnect for as long as 30 seconds.
 .TP
 \fB\-s \fIsocket\fB\fR
 Allows to specify the socket file to be used to connect to the
-Asterisk console. Used in conjunction with \fB-r\fR or \fB-R\fR.
+Asterisk console. Used in conjunction with \fB\-r\fR or \fB\-R\fR.
 .TP
 \fB\-I\fR
 Enable internal timing if DAHDI timer is available
@@ -144,7 +144,7 @@ socket, the asterisk database, etc.
 .TP
 \fB\-v\fR
 Increase the level of verboseness on the console.  The more times
-\fB-v\fR is specified, the more verbose the output is.
+\fB\-v\fR is specified, the more verbose the output is.
 Specifying this option implies \fB\-f\fR and will cause
 asterisk to no longer fork or detach from the controlling terminal.
 This option may also be used in conjunction with \fB\-r\fR
@@ -191,7 +191,7 @@ http://www.asterisk.org \- The Asterisk Home Page
 .PP
 http://www.asteriskdocs.org \- The Asterisk Documentation Project
 .PP
-http://www.voip\-info.org/wiki-Asterisk \- The Asterisk Wiki
+http://www.voip\-info.org/wiki\-Asterisk \- The Asterisk Wiki
 .PP
 http://www.digium.com/ \- Asterisk sponsor and hardware supplier
 .PP
-- 
GitLab