svn commit: r53691 - head/en_US.ISO8859-1/books/faq
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"