summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-03-16 20:06:38 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-03-16 20:06:38 +0000
commit732d681c68c12eff323ece08e30ddc6d22bac4c8 (patch)
tree38c6032680b44673505a1fe127add24324eded19 /bin/ksh
parentfa3fdeafa043c78142de24c895886126ba246734 (diff)
document the "type" built-in, marked as xsi by posix;
Diffstat (limited to 'bin/ksh')
-rw-r--r--bin/ksh/sh.16
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 55d952e9ee8..6c3199938e5 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.140 2017/03/16 19:59:15 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.141 2017/03/16 20:06:37 jmc Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -782,6 +782,10 @@ should be a signal name
or number.
.It Ic true
Return a true (zero) value.
+.It Ic type Ar command ...
+For each
+.Ar command ,
+show how the shell would interpret it.
.It Ic ulimit Op Fl f Ar n
Limit the maximum size of a file that can be created to
.Ar n