aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-08-20 11:54:41 +0200
committerFredrik Gustafsson <[email protected]>2013-08-20 11:54:41 +0200
commit1d547bfa39bcdfac29ed7c2eb3bd7a1daab7a9f1 (patch)
treee2d6b9a64ee9dd959b00c5f14a4ce38a0cbebf31
parent02909c3eaa2b4e636e0f17b24c527879cfc1bdcd (diff)
downloadotp-1d547bfa39bcdfac29ed7c2eb3bd7a1daab7a9f1.tar.gz
otp-1d547bfa39bcdfac29ed7c2eb3bd7a1daab7a9f1.tar.bz2
otp-1d547bfa39bcdfac29ed7c2eb3bd7a1daab7a9f1.zip
erts: fixed documentation regarding tty and arrow keys
-rw-r--r--erts/doc/src/tty.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/tty.xml b/erts/doc/src/tty.xml
index 15b67c8c7d..b16523e085 100644
--- a/erts/doc/src/tty.xml
+++ b/erts/doc/src/tty.xml
@@ -47,7 +47,7 @@
<section>
<title>Normal Mode</title>
<p>In normal mode keystrokes from the user are collected and interpreted by <c><![CDATA[tty]]></c>. Most of the <em>emacs</em> line editing commands are supported. The following is a complete list of the supported line editing commands.<br></br></p>
- <p><em>Note:</em> The notation <c><![CDATA[C-a]]></c> means pressing the control key and the letter <c><![CDATA[a]]></c> simultaneously. <c><![CDATA[M-f]]></c> means pressing the <c><![CDATA[ESC]]></c> key followed by the letter <c><![CDATA[f]]></c>. <c><![CDATA[Home]]></c> and <c><![CDATA[End]]></c> represent the keys with the same name on the keyboard, whereas <c><![CDATA[Left]]></c> and <c><![CDATA[Right]]></c> represent the corresponding cursor keys.
+ <p><em>Note:</em> The notation <c><![CDATA[C-a]]></c> means pressing the control key and the letter <c><![CDATA[a]]></c> simultaneously. <c><![CDATA[M-f]]></c> means pressing the <c><![CDATA[ESC]]></c> key followed by the letter <c><![CDATA[f]]></c>. <c><![CDATA[Home]]></c> and <c><![CDATA[End]]></c> represent the keys with the same name on the keyboard, whereas <c><![CDATA[Left]]></c> and <c><![CDATA[Right]]></c> represent the corresponding arrow keys.
</p>
<table>
<row>