summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-12-15 20:51:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-12-15 20:51:29 +0000
commit4a65536c47d199654d22f0444b7be0804af8da19 (patch)
treebf42f87ce0dc739b07f49283dcf8d5c4c0c5db4a /bin/ksh
parentb95eacaa7ff9aa371a4d669b3c275d5013c50ce3 (diff)
oops - previous should have been a list item;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/sh.18
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 26731d8f8b7..390419653a0 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.144 2017/12/12 11:34:38 tb Exp $
+.\" $OpenBSD: sh.1,v 1.145 2017/12/15 20:51:28 jmc 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: December 12 2017 $
+.Dd $Mdocdate: December 15 2017 $
.Dt SH 1
.Os
.Sh NAME
@@ -2221,8 +2221,7 @@ and
built-ins should exit/return from the outermost loop if the argument
.Ar n
is greater than the level of loops.
-.El
-.Pp
+.It
The default value for the
.Ev PS1
user prompt contains the machine's hostname,
@@ -2232,6 +2231,7 @@ for normal users and
.Sq #\ \&
for root;
POSIX does not include the hostname.
+.El
.Pp
Enabling POSIX mode changes some behaviour to make
.Nm