diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/link.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index eb193a6..1acd08e 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -119,8 +119,8 @@ does exist. The file named by .Fa name1 is a directory or is flagged immutable or append-only -(See -.Xr chflags 1 ) . +(see +.Xr chflags 2 ) . .It Bq Er EXDEV The link named by .Fa name2 @@ -147,7 +147,6 @@ One of the pathnames specified is outside the process's allocated address space. .El .Sh SEE ALSO -.Xr chflags 1 , .Xr readlink 2 , .Xr symlink 2 , .Xr unlink 2 |