diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-07 12:52:51 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-07-07 12:52:51 +0000 |
| commit | e02dc2ce2b2adaaf6f96378457c97749e8f078a1 (patch) | |
| tree | 97a188b4c4939eb63b40a9e41faefeb904286621 | |
| parent | e4b7c2713b05edca561b54966eda86eba0ca5644 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/symlink.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index c404a3d28f5e..cc71cf2d8f07 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -129,8 +129,11 @@ or points outside the process's allocated address space. .El .Sh SEE ALSO -.Xr link 2 , .Xr ln 1 , +.Xr link 2 , +.Xr lstat 2 , +.Xr readlink 2 , +.Xr symlink 7 , .Xr unlink 2 .Sh HISTORY The |
