commit: bba23e2015489505ab27fdb8d0f3750742ca0f83
parent 642481087bb73d28b34f4d6076851fa175c7137a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 13 Feb 2022 00:36:24 +0100
bin/true.1: Create
Diffstat:
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/bin/true.1 b/bin/true.1
@@ -0,0 +1,18 @@
+.\" 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