From 25b864044dedddd85042742db41eb0a755342534 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 18 Apr 2010 12:15:40 +0000 Subject: man pages: hyphen to minus Groff considers '-' a hyphen. If we want a minus (or a dash) we need to use '\-'. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8529 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- doc/dahdi_monitor.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/dahdi_monitor.8') diff --git a/doc/dahdi_monitor.8 b/doc/dahdi_monitor.8 index ce9e464..17adc64 100644 --- a/doc/dahdi_monitor.8 +++ b/doc/dahdi_monitor.8 @@ -4,7 +4,7 @@ dahdi_monitor \- checks the rx/tx levels of DAHDI channels .SH SYNOPSIS -.B dahdi_monitor \fIchannel number\fB [-v] [-f \fIFILE\fB] +.B dahdi_monitor \fIchannel number\fB [\-v] [\-f \fIFILE\fB] .SH DESCRIPTION @@ -17,12 +17,12 @@ balance The first (mandatory) parameter is the number of the channel to monitor. -.B -v +.B \-v .RS Display visual audio levels. .RE -.B -f \fIFILE +.B \-f \fIFILE .RS Write output to FILE .RE -- cgit v1.2.3