logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git

false.1 (521B)


  1. .\" utils-std: Collection of commonly available Unix tools
  2. .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. .\" SPDX-License-Identifier: 0BSD
  4. .Dd 2022-02-13
  5. .Dt FALSE 1
  6. .Os
  7. .Sh NAME
  8. .Nm false
  9. .Nd do nothing, unsuccessfully
  10. .Sh SYNOPSIS
  11. .Nm
  12. .Sh DESCRIPTION
  13. .Nm
  14. will return with exit status code one.
  15. .Sh EXIT STATUS
  16. One.
  17. .Sh STANDARDS
  18. .Nm
  19. should be compliant with the
  20. IEEE Std 1003.1-2024 (“POSIX.1”)
  21. specification.
  22. .Sh AUTHORS
  23. .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me