Remove obfuscating details of using the false(1) and true(1) utilities

inside the Bourne shell scripts.

PR:		docs/32082
This commit is contained in:
Ruslan Ermilov 2001-11-20 11:11:36 +00:00
parent 27a828fcb6
commit a1bd63b9e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86648
2 changed files with 2 additions and 14 deletions

View File

@ -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 ,

View File

@ -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