2024-02-02 06:23:12 -07:00
|
|
|
|
.\" Copyright (c) 2022, 2024 DTB <trinity@trinity.moe>
|
2024-03-26 19:22:30 -06:00
|
|
|
|
.\" Copyright (c) 2023–2024 Emma Tebibyte <emma@tebibyte.media>
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.\"
|
|
|
|
|
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
|
|
|
|
|
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
|
2024-06-02 18:47:14 -06:00
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.TH TRUE 1
|
|
|
|
|
.SH NAME
|
|
|
|
|
true \(en do nothing, successfully
|
2024-06-02 18:47:14 -06:00
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.SH DESCRIPTION
|
2024-06-03 23:07:19 -06:00
|
|
|
|
|
2024-03-26 19:22:30 -06:00
|
|
|
|
Do nothing regardless of operands or standard input.
|
|
|
|
|
An exit code of 0 will always be returned.
|
2024-06-02 18:47:14 -06:00
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.SH RATIONALE
|
2024-06-03 23:07:19 -06:00
|
|
|
|
|
2024-06-02 18:47:14 -06:00
|
|
|
|
In \fIPOSIX.1-2017\fP,
|
|
|
|
|
.BR true (1p)
|
|
|
|
|
exists for the construction of control flow and loops based on a success. This
|
|
|
|
|
implementation functions as described in that standard.
|
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.SH AUTHOR
|
2024-06-03 23:07:19 -06:00
|
|
|
|
|
2024-06-02 18:47:14 -06:00
|
|
|
|
Written by Emma Tebibyte
|
|
|
|
|
.MT emma@tebibyte.media
|
|
|
|
|
.ME .
|
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.SH COPYRIGHT
|
2024-06-03 23:07:19 -06:00
|
|
|
|
|
2023-12-24 17:13:17 -07:00
|
|
|
|
This work is marked with CC0 1.0. To see a copy of this license, visit
|
|
|
|
|
<http://creativecommons.org/publicdomain/zero/1.0>.
|
2024-06-02 18:47:14 -06:00
|
|
|
|
.\"
|
2023-12-24 17:13:17 -07:00
|
|
|
|
.SH SEE ALSO
|
2024-06-02 18:47:14 -06:00
|
|
|
|
.BR false (1p),
|
|
|
|
|
.BR true (1p)
|