commit: 96e9072e6f8b9c253f06590d4efd18f458a47c05
parent b76f4503bef5e2d333ef889710f91b7e26c484a0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 19 Apr 2022 09:01:23 +0200
bin/errno.1: New manpage
Diffstat:
1 file changed, 22 insertions(+), 0 deletions(-)
diff --git a/bin/errno.1 b/bin/errno.1
@@ -0,0 +1,22 @@
+.\" 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-04-19
+.Dt ENV 1
+.Os
+.Sh NAME
+.Nm errno
+.Nd print errno message for a value
+.Sh SYNOPSIS
+.Nm
+.Ar value
+.Sh DESCRIPTION
+.Nm
+shall print the errno message associated with
+.Ar value .
+.Sh EXIT STATUS
+.Ex -std
+.Sh STANDARDS
+No applicable one known.
+.Sh AUTHORS
+.An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me