1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
commit 36782b9dfcf9b75f12a08133882dd29baf6c269f
Author: nshmyrev <nshmyrev@94700074-3cef-4d97-a70e-9c8c206c02f5>
Date: Tue Nov 28 15:11:33 2017 +0000
Unescaped quotes in sphinx_lm_convert.1
See for details https://sourceforge.net/p/cmusphinx/bugs/477/
Thanks to Paul Gevers
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@13276 94700074-3cef-4d97-a70e-9c8c206c02f5
Index: sphinxbase/doc/sphinx_lm_convert.1
===================================================================
--- sphinxbase.orig/doc/sphinx_lm_convert.1
+++ sphinxbase/doc/sphinx_lm_convert.1
@@ -12,7 +12,7 @@ of the text in a language model file and
to upper or lower case.
.TP
.B \-case
-'lower' or 'upper' - case fold to lower/upper case (NOT UNICODE AWARE)
+\'lower\' or \'upper\' - case fold to lower/upper case (NOT UNICODE AWARE)
.TP
.B \-debug
level for debugging messages
|