1
0
src/true/true.1
2022-09-18 10:44:47 -04:00

23 lines
278 B
Groff

.TH TRUE 1
.SH NAME
true \(en do nothing, successfully
.SH DESCRIPTION
True does nothing regardless of operands or standard input.
True is always successful.
.SH STANDARDS
True functions as described in POSIX.1-2017.
.SH COPYRIGHT
Public domain.
.SH SEE ALSO
false(1)