mp-utils/src/true.1

35 lines
525 B
Groff

.TH true 1 2021-11-21 mp-utils "General Commands Manual"
.SH NAME
true \- return EXIT_SUCCESS
.PP
.SH SYNOPSIS
.PP
Immediately exits with EXIT_SUCCESS.
.SH DESCRIPTION
.PP
true immediately returns EXIT_SUCCESS.
.SH OPTIONS
.PP
This implementation of true accepts no parameters.
.SH ENVIRONMENT
This implementation of true 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), false(1)