Files
2024-02-19 00:21:39 -05:00

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.