diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-23 21:07:08 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-23 21:07:08 +0000 |
| commit | 2205e0d1bd2813b1fad5bee39b3365ee2dc8a1ec (patch) | |
| tree | 319d8eb9a9510cbe3ee4c7aa7b4dfcc2f42ec514 /bin/ln | |
| parent | e7c9030c0d6fb04f90f1087f2eab97c1bcf6f67a (diff) | |
Notes
Diffstat (limited to 'bin/ln')
| -rw-r--r-- | bin/ln/symlink.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 6aba773db7e55..821a3128c9149 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -29,7 +29,7 @@ .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 .\" $FreeBSD$ .\" -.Dd December 29, 2014 +.Dd January 23, 2015 .Dt SYMLINK 7 .Os .Sh NAME @@ -147,9 +147,10 @@ unless given the .Dv AT_SYMLINK_NOFOLLOW flag: .Xr fchmodat 2 , -.Xr fchownat 2 +.Xr fchownat 2 , +.Xr fstatat 2 and -.Xr fstatat 2 . +.Xr utimensat 2 . .Pp The owner and group of an existing symbolic link can be changed by means of the |
