diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-29 15:06:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-29 15:06:24 +0000 |
| commit | 3ed30dee856c03e574e657090ee0c167af2ed26b (patch) | |
| tree | 2136ce5c482422093137d3a7a4573ab4f533148b | |
| parent | d91fe98e3caf56e0d103636582e1b98c56f601ec (diff) | |
Notes
| -rw-r--r-- | bin/ln/symlink.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 691f6434e45b6..bfc053722d45e 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -135,13 +135,13 @@ means of the system call. The flags, access permissions, owner/group and modification time of an existing symbolic link can be changed by means of the -.Xr lchflags 2 +.Xr lchflags 2 , .Xr lchmod 2 , .Xr lchown 2 , and -.Xr lutimes 2 , +.Xr lutimes 2 system calls, respectively. -Of these only the flags are used by the system; +Of these, only the flags are used by the system; the access permissions and ownership are ignored. .Pp The |
