Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ksh Show that -l is option for bind builtin.



details:   https://anonhg.NetBSD.org/src/rev/714be9342557
branches:  trunk
changeset: 748442:714be9342557
user:      reed <reed%NetBSD.org@localhost>
date:      Sat Oct 24 11:08:46 2009 +0000

description:
Show that -l is option for bind builtin.
(The -l is described later.)

diffstat:

 bin/ksh/ksh.Man |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4183c3cb10dd -r 714be9342557 bin/ksh/ksh.Man
--- a/bin/ksh/ksh.Man   Sat Oct 24 10:28:30 2009 +0000
+++ b/bin/ksh/ksh.Man   Sat Oct 24 11:08:46 2009 +0000
@@ -1,5 +1,5 @@
 '\" t
-.\" $NetBSD: ksh.Man,v 1.21 2008/10/27 19:52:28 apb Exp $
+.\" $NetBSD: ksh.Man,v 1.22 2009/10/24 11:08:46 reed Exp $
 .\"{{{}}}
 .\"{{{  Notes about man page
 .\"     - use the pseudo-macros .sh( and .sh) to begin and end sh-specific
@@ -1716,7 +1716,7 @@
 See Job Control below for more information.
 .\"}}}
 .\"{{{  bind [-l] [-m] [key[=editing-command] ...]
-.IP "\fBbind\fP [\fB\-m\fP] [\fIkey\fP[\fB=\fP\fIediting-command\fP] ...]"
+.IP "\fBbind\fP [\fB\-l\fP] [\fB\-m\fP] [\fIkey\fP[\fB=\fP\fIediting-command\fP] ...]"
 Set or view the current emacs command editing key bindings/macros.
 See Emacs Editing Mode below for a complete description.
 .\"}}}



Home | Main Index | Thread Index | Old Index