From 5b36aa52345313760f1ef58b2f68e98b5a2b7139 Mon Sep 17 00:00:00 2001 From: Vadim Zhukov Date: Thu, 19 Mar 2015 22:35:00 +0000 Subject: 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. --- bin/ksh/sh.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin/ksh') 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 .\" @@ -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, -- cgit v1.2.3