diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-10-14 22:40:19 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-10-14 22:40:19 +0000 |
| commit | c49c01757aab25709cce1d546c04840c56a7e3ae (patch) | |
| tree | bf8a46899605a1f6fddc720e877007b7f0177da2 /lib/libc | |
| parent | c4c8394066a9760eabf17a5fb6601b79760c0511 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/link.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index d9d9fa9ee05e..eb193a6d9e08 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -118,7 +118,9 @@ does exist. .It Bq Er EPERM The file named by .Fa name1 -is a directory. +is a directory or is flagged immutable or append-only +(See +.Xr chflags 1 ) . .It Bq Er EXDEV The link named by .Fa name2 @@ -145,6 +147,7 @@ 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 |
