mp-utils/src/false.1

35 lines
524 B
Groff

.TH false 1 2021-11-21 mp-utils "General Commands Manual"
.SH NAME
false \- return EXIT_FAILURE
.PP
.SH SYNOPSIS
.PP
Immediately exits with EXIT_FAILURE.
.SH DESCRIPTION
.PP
false immediately returns EXIT_FAILURE.
.SH OPTIONS
.PP
This implementation of false accepts no flags.
.SH ENVIRONMENT
This implementation of false requires a C89 compiler.
.SH FILES
/usr/src/mp-utils/src/true.c
.SH CONFORMING TO
.PP
.SM
POSIX
2017,
.SM
SUS
3
.SH NOTES
.PP
None.
.SH ERRORS
.PP
None known.
.SH SEE ALSO
true(1p), false(1p), true(1)