diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-09-22 22:54:54 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-09-22 22:54:54 +0000 |
| commit | 1f305be431e07cfe5a40b3140775238ef44cdcbb (patch) | |
| tree | 46c73eefad6134e1bec9f3f2145c77a262f17fbb /lib/libc/sys/chmod.2 | |
| parent | 1317da4349f7295eb5153c791cf034730c31d0ea (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/chmod.2')
| -rw-r--r-- | lib/libc/sys/chmod.2 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 2f1b6afbb837..1d66408e3891 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -28,7 +28,7 @@ .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd March 30, 2020 +.Dd September 23, 2020 .Dt CHMOD 2 .Os .Sh NAME @@ -109,6 +109,13 @@ See the description of the flag in the .Xr open 2 manual page. +.It Dv AT_RESOLVE_BENEATH +Only walks paths below the topping directory. +See the description of the +.Dv O_RESOLVE_BENEATH +flag in the +.Xr open 2 +manual page. .El .Pp If |
