FreeBSD Bugzilla – Attachment 83169 Details for
Bug 118849
[PATCH] FAQ: add item about delete key in sh/csh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
book.sgml.diff
book.sgml.diff (text/plain), 1.32 KB, created by
Alejandro Pulver
on 2007-12-19 04:40:01 UTC
(
hide
)
Description:
book.sgml.diff
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2007-12-19 04:40:01 UTC
Size:
1.32 KB
patch
obsolete
>Index: book.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v >retrieving revision 1.805 >diff -u -r1.805 book.sgml >--- book.sgml 30 Jul 2007 09:18:51 -0000 1.805 >+++ book.sgml 19 Dec 2007 04:33:32 -0000 >@@ -2556,6 +2556,32 @@ > </answer> > </qandaentry> > >+ <qandaentry> >+ <question id="keyboard-delete-key"> >+ <para>How do I use my delete key in <command>sh</command> and >+ <command>csh</command>?</para> >+ </question> >+ >+ <answer> >+ <para>For the Bourne Shell, add the following lines to your >+ <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> >+ >+ <para>For the C Shell, add the following lines to your >+ <filename>.cshrc</filename>. See &man.csh.1;.</para> >+ >+ <programlisting>bindkey ^? delete-char # for console >+bindkey ^[[3~ delete-char # for xterm</programlisting> >+ >+ <para>For more information, see <ulink >+ url="http://www.ibb.net/~anne/keyboard.html">this page</ulink>. >+ </para> >+ </answer> >+ </qandaentry> >+ > </qandaset> > > </sect1>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118849
: 83169