27 lines
785 B
Groff
27 lines
785 B
Groff
|
.TH TRUE 1
|
||
|
.SH NAME
|
||
|
true \- successfully succeeds
|
||
|
.SH SYNOPSIS
|
||
|
.B true
|
||
|
.SH DESCRIPTION
|
||
|
.B true
|
||
|
returns successfully. It always returns 0. It does literally nothing
|
||
|
else. It has no options. It has no operands. It doesn't use stdin,
|
||
|
stdout, or stderr. It doesn't rely on environment variables. It
|
||
|
doesn't use files. It's guaranteed to never fail or we'll give you
|
||
|
a full refund. It just returns zero.
|
||
|
.PP
|
||
|
Hell, if you look at the POSIX standard, exit status literally just
|
||
|
says "Zero". That is literally all this program does. It returns 0.
|
||
|
.SH OPTIONS
|
||
|
None
|
||
|
.SH AUTHOR
|
||
|
"Written" by Kat.
|
||
|
.SH COPYRIGHT
|
||
|
Copyright (C) 2019 Katlynn Richey
|
||
|
.PP
|
||
|
This software is free software. Feel free to modify it and/or pass
|
||
|
it around.
|
||
|
.PP
|
||
|
This \fBtrue\fR implementation is a part of the fenutils package.
|