|
|
1.1 root 1: .TH LINK 3F "18 July 1983"
2: .UC 4
3: .SH NAME
4: link \- make a link to an existing file
5: .SH SYNOPSIS
6: .B function link (name1, name2)
7: .br
8: .B character*(*) name1, name2
9: .sp 1
10: .B integer function symlnk (name1, name2)
11: .br
12: .B character*(*) name1, name2
13: .SH DESCRIPTION
14: .I Name1
15: must be the pathname of an existing file.
16: .I Name2
17: is a pathname to be linked to file
18: .IR name1 .
19: .I Name2
20: must not already exist.
21: The returned value will be 0 if successful; a system error code otherwise.
22: .PP
23: .I Symlnk
24: creates a symbolic link to
25: .IR name1 .
26: .SH FILES
27: .ie \nM /usr/ucb/lib/libU77.a
28: .el /usr/lib/libU77.a
29: .SH "SEE ALSO"
30: link(2), symlink(2), perror(3F), unlink(3F)
31: .SH BUGS
32: Pathnames can be no longer than MAXPATHLEN as defined in
33: .RI < sys/param.h >.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.