summaryrefslogtreecommitdiff
path: root/usr.bin/false
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-20 11:11:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-20 11:11:36 +0000
commita1bd63b9e1c741e0ed55565bd689e62c7c0ac570 (patch)
tree3db4d9eb31dd274f8ceb717391e94de998865188 /usr.bin/false
parent27a828fcb610a4fa822bc9a921f0acb0e1bedc94 (diff)
Notes
Diffstat (limited to 'usr.bin/false')
-rw-r--r--usr.bin/false/false.18
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1
index 1e4a949b0b89..a85c60d5e919 100644
--- a/usr.bin/false/false.1
+++ b/usr.bin/false/false.1
@@ -46,13 +46,7 @@
.Sh DESCRIPTION
The
.Nm
-command is usually used in a Bourne shell script.
-It tests for the appropriate status "false" before running
-(or failing to run) a list of commands.
-.Pp
-The
-.Nm
-utility always exits with a value other than zero.
+utility always returns with a non-zero exit code.
.Sh SEE ALSO
.Xr csh 1 ,
.Xr sh 1 ,