fix hyphen vs. minus in man pages

In troff '-' is used for a hyphen. A minus is denoted by '\-' . This is
normally also used for a dash.

This patch converts all '-'-s that are minuses or dashes to '\-'.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@256704 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tzafrir Cohen
2010-04-10 08:33:57 +00:00
parent 9afa6af881
commit 16774318f9
4 changed files with 57 additions and 58 deletions

View File

@@ -14,7 +14,7 @@ fear asterisk may crash.
The script does not run in the background like a standard service. Rather,
it runs in its own linux virtual console (9, by default).
It also uses the option '-c' of asterisk(8) to avoid detaching asterisk
It also uses the option '\-c' of asterisk(8) to avoid detaching asterisk
from that terminal.
safe_asterisk also runs asterisk with unlimited core file size, and thus
@@ -66,4 +66,4 @@ the terms of the GNU General Public License, Version 2 any
later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL.
License can be found in /usr/share/common\-licenses/GPL\-2.