tmp/tmp_89ajy8p/{from.md → to.md}
RENAMED
|
@@ -10,11 +10,11 @@ void filesystem::permissions(const path& p, perms prms, perm_options opts, error
|
|
| 10 |
`add`, or `remove` is present in `opts`.
|
| 11 |
|
| 12 |
*Effects:* Applies the action specified by `opts` to the file `p`
|
| 13 |
resolves to, or to file `p` itself if `p` is a symbolic link and
|
| 14 |
`perm_options::nofollow` is set in `opts`. The action is applied as if
|
| 15 |
-
by POSIX `fchmodat
|
| 16 |
|
| 17 |
[*Note 1*: Conceptually permissions are viewed as bits, but the actual
|
| 18 |
implementation can use some other mechanism. — *end note*]
|
| 19 |
|
| 20 |
*Throws:* As specified in [[fs.err.report]].
|
|
|
|
| 10 |
`add`, or `remove` is present in `opts`.
|
| 11 |
|
| 12 |
*Effects:* Applies the action specified by `opts` to the file `p`
|
| 13 |
resolves to, or to file `p` itself if `p` is a symbolic link and
|
| 14 |
`perm_options::nofollow` is set in `opts`. The action is applied as if
|
| 15 |
+
by POSIX `fchmodat`.
|
| 16 |
|
| 17 |
[*Note 1*: Conceptually permissions are viewed as bits, but the actual
|
| 18 |
implementation can use some other mechanism. — *end note*]
|
| 19 |
|
| 20 |
*Throws:* As specified in [[fs.err.report]].
|