23 lines
505 B
Groff
Executable file
23 lines
505 B
Groff
Executable file
.TH LINK 1
|
|
.SH NAME
|
|
link \- call link(3)
|
|
.SH SYNOPSIS
|
|
.B link
|
|
.IR "file1 file2"
|
|
.SH DESCRIPTION
|
|
.B link
|
|
performs the function call
|
|
.B link\fR(\fIfile1\fR \fIfile2\fR);
|
|
This creates a hard link from \fIfile2\fR to \fIfile1\fR.
|
|
For more information, see link(3).
|
|
.SH OPTIONS
|
|
None
|
|
.SH AUTHOR
|
|
Written by Kat.
|
|
.SH COPYRIGHT
|
|
Copyright (C) 2019 Katlynn Richey
|
|
.PP
|
|
This software is free software. Feel free to modify it and/or pass
|
|
it around.
|
|
.PP
|
|
This \fBlink\fR implementation is a part of the fenutils package.
|