logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

errno.1 (515B)


  1. .\" Collection of Unix tools, comparable to coreutils
  2. .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  4. .Dd 2022-04-19
  5. .Dt ENV 1
  6. .Os
  7. .Sh NAME
  8. .Nm errno
  9. .Nd print errno message for a value
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Ar value
  13. .Sh DESCRIPTION
  14. .Nm
  15. shall print the errno message associated with
  16. .Ar value .
  17. .Sh EXIT STATUS
  18. .Ex -std
  19. .Sh STANDARDS
  20. No applicable one known.
  21. .Sh AUTHORS
  22. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me