aboutsummaryrefslogtreecommitdiff
path: root/manuals/ponysay.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-21 18:51:54 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-21 18:51:54 +0200
commitd1de4eb374634734e347f82587977a34453e241a (patch)
tree401b90d6f52ccf22398e2fc3fc62035bab88d306 /manuals/ponysay.texinfo
parent77e93df7996cf512e859c785b0e128e71b67e975 (diff)
downloadponysay-d1de4eb374634734e347f82587977a34453e241a.tar.gz
ponysay-d1de4eb374634734e347f82587977a34453e241a.tar.bz2
ponysay-d1de4eb374634734e347f82587977a34453e241a.zip
m info manual
Diffstat (limited to 'manuals/ponysay.texinfo')
-rw-r--r--manuals/ponysay.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo
index 8f455b9..2f9eb7e 100644
--- a/manuals/ponysay.texinfo
+++ b/manuals/ponysay.texinfo
@@ -570,8 +570,8 @@ sequences, including OSI P and CSI m, which is essential for the truncation to b
It also expands tabs to every eigth coloumn and resets the background colour when needed,
and writes ANSI escape sequences that are on the left side of the truncation. The truncater
stops CSI sequences on the first ASCII letter (@code{[a-zA-Z]}), but also stops escape
-sequences after the first character after the initial escape if it is not either [ (OSI)
-or ] (CSI). For support UTF-8, to handles all bytes that do not match @code{10xxxxxx} as
+sequences after the first character after the initial escape if it is not either [ (CSI)
+or ] (OSI). For support UTF-8, to handles all bytes that do not match @code{10xxxxxx} as
beginning of a character.