From f4c4469f38c98429e2b31d2badabedc3661496a2 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Thu, 31 Jul 2008 16:37:08 +0000
Subject: [PATCH] Fix some tex errors

(closes issue #13211)
Reported by: eliel
Patches:
      fixtexerrors.patch uploaded by eliel (license 64)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 doc/tex/app-sms.tex  | 2 +-
 doc/tex/queuelog.tex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/tex/app-sms.tex b/doc/tex/app-sms.tex
index ec65a66f95..d40d57aa13 100644
--- a/doc/tex/app-sms.tex
+++ b/doc/tex/app-sms.tex
@@ -151,7 +151,7 @@ exten = _X./_80058752[0-8]0,1,Goto(smsmtrx,${EXTEN}-${CALLERID(num):8:1},1)
 \end{astlisting}
 
    Alternatively, if you have the correct national prefix on incoming
-   CLI, e.g. using dahdi_hfc, you might use:
+   CLI, e.g. using dahdi\_hfc, you might use:
 \begin{astlisting}
 \begin{verbatim}
 exten = _X./08005875290,1,Goto(smsmtrx,${EXTEN},1)
diff --git a/doc/tex/queuelog.tex b/doc/tex/queuelog.tex
index 4200e55d88..312ef7c5eb 100644
--- a/doc/tex/queuelog.tex
+++ b/doc/tex/queuelog.tex
@@ -106,7 +106,7 @@ member!
 A call was answered by an agent, but the call was dropped because the
 channels were not compatible.
 
-\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime$|$origposition$)}
+\textbf{TRANSFER(extension$|$context$|$holdtime$|$calltime$|$origposition)}
 
 Caller was transferred to a different extension.  Context and extension
 are recorded. The caller's hold time and the length of the call are both
-- 
GitLab