V3/man/man2/link.2

Compare this file to the similar file:
Show the results in this format:

.pa 1
.he 'LINK (II)'3/15/72'LINK (II)'
.ti 0
NAME		link -- link to a file
.sp
.ti 0
SYNOPSIS	sys link; name\d1\u; name\d2\u  / link = 9.
.sp
.ti 0
DESCRIPTION	A link
to name____\d1\u is created; the link has name name____\d2\u.
Either name may be an arbitrary path name.
.sp
.ti 0
SEE ALSO	link(I), unlink(II)
.sp
.ti 0
DIAGNOSTICS	The error bit
(c-bit) is set when name____\d1\u
cannot be found; when name____\d2\u
already exists; when the directory of name____\d2\u
cannot be written; when
an attempt is made to link to a directory by a user other than the super-user.
.sp
.ti 0
BUGS		--