svn commit: r53691 - head/en_US.ISO8859-1/books/faq
Sergio Carlavilla Delgado
carlavilla at FreeBSD.org
Sun Dec 15 09:14:16 UTC 2019
Author: carlavilla
Date: Sun Dec 15 09:14:15 2019
New Revision: 53691
URL: https://svnweb.freebsd.org/changeset/doc/53691
Log:
Update the explanation of how to use the delete key in console and xterm in
the section 4.4.4 of the FAQ.
And remove a dead link
PR: 242117
Submitted by: dr.klepp at gmx.at
Patch by: carlavilla@
Approved by: bcr@
Differential Revision: https://reviews.freebsd.org/D22805
Modified:
head/en_US.ISO8859-1/books/faq/book.xml
Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml Sat Dec 14 21:54:36 2019 (r53690)
+++ head/en_US.ISO8859-1/books/faq/book.xml Sun Dec 15 09:14:15 2019 (r53691)
@@ -1682,19 +1682,14 @@
the following lines to <filename>~/.shrc</filename>.
See &man.sh.1; and &man.editrc.5;.</para>
- <programlisting>bind ^? ed-delete-next-char # for console
-bind ^[[3~ ed-delete-next-char # for xterm</programlisting>
+ <programlisting>bind ^[[3~ ed-delete-next-char # for xterm</programlisting>
<para>For the <application>C Shell</application>, add the
following lines to <filename>~/.cshrc</filename>.
See &man.csh.1;.</para>
- <programlisting>bindkey ^? delete-char # for console
-bindkey ^[[3~ delete-char # for xterm</programlisting>
+ <programlisting>bindkey ^[[3~ delete-char # for xterm</programlisting>
- <para>For more information, see <link
- xlink:href="http://www.ibb.net/~anne/keyboard.html">this
- page</link>.</para>
</answer>
</qandaentry>
</qandaset>
More information about the svn-doc-head
mailing list