update ln, ls, stat man pages for original commands. add link man page.

This commit is contained in:
phil
2019-10-30 01:57:08 -04:00
parent c5c29ec771
commit 1619f46122
4 changed files with 77 additions and 54 deletions
+36
View File
@@ -0,0 +1,36 @@
.oh '11/3/70''LINK(I)'
.ta 18 30
NAME link -- link to a file
.sp
.in 0
SYNOPSIS
.in 8
.ul
link
file
.sp
.ul
link
srcdir file
.sp
.ul
link
srcdir file name
.sp
.in 0
DESCRIPTION
.in 8
With one argument makes a link to file in system directory.
.sp
With two arguments, makes a link to file in srcdir.
.sp
With three arguments, make name a link to file in srcdir.
.sp
.in 0
FILES --
.sp
SEE ALSO ln
.sp
BUGS --
.sp
OWNER ken, dmr