Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Note that set -o tabcomplete requires either set -o e...
details: https://anonhg.NetBSD.org/src/rev/a784c7a18952
branches: trunk
changeset: 755361:a784c7a18952
user: dholland <dholland%NetBSD.org@localhost>
date: Thu Jun 03 02:05:02 2010 +0000
description:
Note that set -o tabcomplete requires either set -o emacs or set -o vi
to work.
diffstat:
bin/sh/sh.1 | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 186ae8146822 -r a784c7a18952 bin/sh/sh.1
--- a/bin/sh/sh.1 Thu Jun 03 00:05:36 2010 +0000
+++ b/bin/sh/sh.1 Thu Jun 03 02:05:02 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.98 2010/03/01 21:53:58 joerg Exp $
+.\" $NetBSD: sh.1,v 1.99 2010/06/03 02:05:02 dholland Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -31,7 +31,7 @@
.\"
.\" @(#)sh.1 8.6 (Berkeley) 5/4/95
.\"
-.Dd January 1, 2010
+.Dd June 2, 2010
.Dt SH 1
.Os
.Sh NAME
@@ -310,6 +310,11 @@
filename.
If more than one filename matches it is only extended to be the common prefix.
Typing a second tab character will list all the matching names.
+One of the editing modes, either
+.Fl E
+or
+.Fl V ,
+must be enabled for this to work.
.El
.Ss Lexical Structure
The shell reads input in terms of lines from a file and breaks it up into
Home |
Main Index |
Thread Index |
Old Index