true.1 (438B)
- .\" Collection of Unix tools, comparable to coreutils
 - .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
 - .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
 - .Dd 2022-02-13
 - .Dt TRUE 1
 - .Os
 - .Sh NAME
 - .Nm true
 - .Nd do nothing, successfully
 - .Sh SYNOPSIS
 - .Nm
 - .Sh DESCRIPTION
 - .Nm
 - will return with exit status code zero.
 - .Sh EXIT STATUS
 - Zero.
 - .Sh AUTHORS
 - .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me