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_diag.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/dahdi_diag.8') diff --git a/doc/dahdi_diag.8 b/doc/dahdi_diag.8 index 59fd6c5..0f01a09 100644 --- a/doc/dahdi_diag.8 +++ b/doc/dahdi_diag.8 @@ -22,13 +22,13 @@ May be any DAHDI channel (even if it is open). .SH EXAMPLE # /tmp/dahdi_diag 5 - # dmesg | tail -n 15 + # dmesg | tail \-n 15 Dump of DAHDI Channel 5 (XPP_BRI_TE/00/01/1,5,2): flags: 501 hex, writechunk: c5190948, readchunk: c5190954 rxgain: ccad2e80, txgain: ccad2e80, gainalloc: 0 span: c48a900c, sig: 80 hex, sigcap: 80 hex - inreadbuf: -1, outreadbuf: 0, inwritebuf: 0, outwritebuf: -1 + inreadbuf: \-1, outreadbuf: 0, inwritebuf: 0, outwritebuf: \-1 blocksize: 160, numbufs: 4, txbufpolicy: 0, txbufpolicy: 0 txdisable: 0, rxdisable: 0, iomask: 0 curzone: c78e7000, tonezone: 0, curtone: 00000000, tonep: 0 @@ -49,4 +49,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. -- cgit v1.2.3