summaryrefslogtreecommitdiff
path: root/bin/ksh/sh.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 15:54:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-15 15:54:36 +0000
commit7d28a5ebba4f22dafc7c28c6591c622bc8a94ebf (patch)
treee6257733dc9a6e2e5e10d34bf0502f8b6fa222eb /bin/ksh/sh.1
parent64592b2301fce912a9b456f14caf5a3b4ffbb59a (diff)
from zhuk: remove ambiguity around the false/true description;
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r--bin/ksh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 251cb8a0c0d..dba4d1cbd26 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.104 2015/03/15 11:45:07 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.105 2015/03/15 15:54:35 jmc Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -396,7 +396,7 @@ command are as follows:
List all exported variables in a manner that can be reinput to the shell.
.El
.It Ic false
-Exit with a non-zero status.
+Return a false (non-zero) value.
.It Xo
.Ic fc
.Op Fl lnr
@@ -733,7 +733,7 @@ not change occurs.
Display accumulated process times for the shell (user and system)
and all child processes (user and system).
.It Ic true
-Exit with a zero status.
+Return a true (zero) value.
.It Ic trap Op Ar action signal ...
Perform
.Ar action