diff options
author | Hans Bolinder <[email protected]> | 2010-02-10 10:10:17 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-10 10:10:17 +0000 |
commit | a853ee40c6475801ca03c17a11632d48a4992de7 (patch) | |
tree | 0e8cae738b322877dd268831a7eb6d318565ca7a /erts/doc/src/tty.xml | |
parent | fcdb09923b20934123f52814458c065a1dd27cf3 (diff) | |
download | otp-a853ee40c6475801ca03c17a11632d48a4992de7.tar.gz otp-a853ee40c6475801ca03c17a11632d48a4992de7.tar.bz2 otp-a853ee40c6475801ca03c17a11632d48a4992de7.zip |
OTP-8422 Removed bogus "\011" character sequence in documentation.
Diffstat (limited to 'erts/doc/src/tty.xml')
-rw-r--r-- | erts/doc/src/tty.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/doc/src/tty.xml b/erts/doc/src/tty.xml index 23694e5965..7d662a2849 100644 --- a/erts/doc/src/tty.xml +++ b/erts/doc/src/tty.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1996</year><year>2009</year> + <year>1996</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + </legalnotice> <title>tty - A command line interface</title> @@ -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>\011The 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>. + <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>. </p> <table> <row> |