summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2016-11-12 22:37:42 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2016-11-12 22:37:42 +0000
commit5fc48bd1a7de75f917ba2e1879e1cd5ba22df1bf (patch)
treee8dbb2132c1ca25b2f2ac67c8076f4bddcb25553 /bin/ksh
parent26e6ef7a8e4cdc9522c35ee99dab7bc526f6a624 (diff)
Fix lexicographic order of shell built-ins: trap comes before true.
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 327c2a1f072..c8684259405 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.136 2016/08/12 06:16:19 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.137 2016/11/12 22:37:41 tb 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: August 12 2016 $
+.Dd $Mdocdate: November 12 2016 $
.Dt SH 1
.Os
.Sh NAME
@@ -739,8 +739,6 @@ no change occurs.
.It Ic times
Display accumulated process times for the shell (user and system)
and all child processes (user and system).
-.It Ic true
-Return a true (zero) value.
.It Ic trap Op Ar action signal ...
Perform
.Ar action
@@ -776,6 +774,8 @@ otherwise
should be a signal name
(without the SIG prefix)
or number.
+.It Ic true
+Return a true (zero) value.
.It Ic umask Oo Fl S Oc Op Ar mask
Set the file mode creation mask to
.Ar mask .