summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-06-26 13:25:41 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-06-26 13:25:41 +0000
commite5ca25f7a451b5aeb6a3a3693dd2f21cd29a6c4e (patch)
treea3b9d50ebe78180ec5287299741b11968d2e4f88 /bin
parent7960572dadb73d0a9d8e29321ffe6f2dce0044f4 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.16
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 3c2fa9c356c0..d91ab148d833 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd December 8, 2005
+.Dd June 21, 2006
.Dt SH 1
.Os
.Sh NAME
@@ -1618,6 +1618,8 @@ If the
option is specified, the exported variables are printed as
.Dq Ic export Ar name Ns = Ns Ar value
lines, suitable for re-input to the shell.
+.It Ic false
+A null command that returns a non-zero (false) exit value.
.It Ic fc Oo Fl e Ar editor Oc Op Ar first Op Ar last
.It Ic fc Fl l Oo Fl nr Oc Op Ar first Op Ar last
.It Ic fc Fl s Oo Ar old Ns = Ns Ar new Oc Op Ar first
@@ -1995,6 +1997,8 @@ Option
causes the
.Ic trap
command to display a list of valid signal names.
+.It Ic true
+A null command that returns a 0 (true) exit value.
.It Ic type Op Ar name ...
Interpret each
.Ar name