FENIX_coreutils/false.1

28 lines
797 B
Groff
Executable File

.TH TRUE 1
.SH NAME
false \- consistently fails
.SH SYNOPSIS
.B false
.SH DESCRIPTION
.B false
never succeeds. It always returns 1. 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 always fail or we'll give you a full
refund. It just returns one.
.PP
According to the POSIX standard, this program should always exit
some non-zero value. That is literally all this program does. It
returns anything but 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 \fBfalse\fR implementation is a part of the fenutils package.