I don't have POSIX, but the Single Unix Specification v2 says:
NAME
false - return false value
SYNOPSIS
false
DESCRIPTION
The false utility will return with a non-zero exit code.
OPTIONS
None.
OPERANDS
None.
[SNIP]
STDOUT
Not used.
STDERR
None.
EXIT STATUS
The false utility always will exit with a value other than zero.
I think "always will exit with a value other than zero" and
"STDOUT Not used" are fairly unambiguous. Similar things are said
about true -- stdout and stderr unused, no options allowed.
--Sumner
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/