diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2015-03-19 22:35:00 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2015-03-19 22:35:00 +0000 |
commit | 5b36aa52345313760f1ef58b2f68e98b5a2b7139 (patch) | |
tree | e3a4e4a8d67d8739412250c3d3119a251e236b59 /bin/ksh | |
parent | cda5c6f389fc2c7275c56d27d725f0be46148480 (diff) |
Make it clear that it's the line who shouldn't be empty, and not the
command history.
This version comes from jmc@ together with his okay.
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/sh.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 7c5f68e7abd..a980a637eb0 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.116 2015/03/18 22:18:19 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.117 2015/03/19 22:34:59 zhuk Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 18 2015 $ +.Dd $Mdocdate: March 19 2015 $ .Dt SH 1 .Os .Sh NAME @@ -857,8 +857,7 @@ In this mode text is entered normally. A .Aq newline executes the current command line. -The command line is entered into command history, -providing it is not empty. +The command line, unless empty, is entered into command history. The .Aq ESC key is used to enter command mode, |