Add link(1)

This commit is contained in:
Markus Teich
2014-10-17 15:32:08 +01:00
committed by sin
parent 1dd2913e33
commit 314885836c
5 changed files with 33 additions and 1 deletions

14
link.1 Normal file
View File

@@ -0,0 +1,14 @@
.TH LN 1 sbase\-VERSION
.SH NAME
link \- create a hard link by calling the link function
.SH SYNOPSIS
.B link
.I target
.I linkname
.P
.SH DESCRIPTION
.B link
creates a hard link to a given file, with the given name.
.SH SEE ALSO
.IR ln (1),
.IR link (2)