diff options
author | 2015-03-15 15:54:35 +0000 | |
---|---|---|
committer | 2015-03-15 15:54:35 +0000 | |
commit | 07284ad9bf160dc5849276deff94b280be63a4f3 (patch) | |
tree | 4f9d752e666470670af29826f3ee1611e97e4c38 | |
parent | Bring back '#include <lib/libz/zlib.h>', but inside #ifdev GPT. GPT (diff) | |
download | wireguard-openbsd-07284ad9bf160dc5849276deff94b280be63a4f3.tar.xz wireguard-openbsd-07284ad9bf160dc5849276deff94b280be63a4f3.zip |
from zhuk: remove ambiguity around the false/true description;
-rw-r--r-- | bin/ksh/sh.1 | 6 |
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 |