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:
parent
dc2b3d61ed
commit
6d8eb2d775
@ -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 ,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user