logo

utils

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

link.1 (540B)


  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-22
  5. .Dt LINK 1
  6. .Os
  7. .Sh NAME
  8. .Nm link
  9. .Nd call
  10. .Xr link 3
  11. function
  12. .Sh SYNOPSIS
  13. .Nm
  14. .Ar reference
  15. .Ar destination
  16. .Sh DESCRIPTION
  17. .Nm
  18. will call
  19. .Xr link 3
  20. with
  21. .Ar reference
  22. and
  23. .Ar destination ,
  24. returning an error message in case of failure.
  25. .Sh EXIT STATUS
  26. .Ex -std
  27. .Sh AUTHORS
  28. .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me