link.1 (519B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2022-04-22
- .Dt LINK 1
- .Os
- .Sh NAME
- .Nm link
- .Nd call
- .Xr link 3
- function
- .Sh SYNOPSIS
- .Nm
- .Ar reference
- .Ar destination
- .Sh DESCRIPTION
- .Nm
- will call
- .Xr link 3
- with
- .Ar reference
- and
- .Ar destination ,
- returning an error message in case of failure.
- .Sh EXIT STATUS
- .Ex -std
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me