14 lines
237 B
Groff
14 lines
237 B
Groff
Name: link - link to a file
|
|
|
|
Syntax: int link (char *path1, char *path2)
|
|
|
|
Description:
|
|
Path1 points to a path name naming an existing file.
|
|
|
|
See Also:
|
|
unlink(2).
|
|
|
|
Bugs:
|
|
This description could be slightly longer.
|
|
|