aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/true
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/true
parent27a828fcb610a4fa822bc9a921f0acb0e1bedc94 (diff)
downloadsrc-a1bd63b9e1c741e0ed55565bd689e62c7c0ac570.tar.gz
src-a1bd63b9e1c741e0ed55565bd689e62c7c0ac570.zip
Notes
Diffstat (limited to 'usr.bin/true')
-rw-r--r--usr.bin/true/true.18
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1
index 23d10f3168a9..e212e1f55fad 100644
--- a/usr.bin/true/true.1
+++ b/usr.bin/true/true.1
@@ -46,17 +46,11 @@
.Sh DESCRIPTION
The
.Nm
-command is normally used in a Bourne shell script.
-It tests for the appropriate status "false" before running
-(or failing to run) a list of commands.
+utility always returns with an exit code of zero.
.Sh SEE ALSO
.Xr csh 1 ,
.Xr false 1 ,
.Xr sh 1
-.Sh DIAGNOSTICS
-The
-.Nm
-utility always returns with exit code zero.
.Sh STANDARDS
The
.Nm