]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/test.def
Imported from ../bash-2.05b.tar.gz.
[thirdparty/bash.git] / builtins / test.def
index d3288764471e7095557d51f23c0b5997e9b3179b..e51d00b7a4bb15e3362193273d49d4836ecf1fa5 100644 (file)
@@ -1,7 +1,7 @@
 This file is test.def, from which is created test.c.
 It implements the builtin "test" in Bash.
 
-Copyright (C) 1987, 1989, 1991 Free Software Foundation, Inc.
+Copyright (C) 1987-2002 Free Software Foundation, Inc.
 
 This file is part of GNU Bash, the Bourne Again SHell.
 
@@ -24,7 +24,7 @@ $PRODUCES test.c
 $BUILTIN test
 $FUNCTION test_builtin
 $SHORT_DOC test [expr]
-Exits with a status of 0 (trueness) or 1 (falseness) depending on
+Exits with a status of 0 (true) or 1 (false) depending on
 the evaluation of EXPR.  Expressions may be unary or binary.  Unary
 expressions are often used to examine the status of a file.  There
 are string operators as well, and numeric comparison operators.