From Jason Turner

[fs.enum.perm.opts]

Diff to HTML by rtfpessoa

tmp/tmpdkul75kt/{from.md → to.md} RENAMED
@@ -10,10 +10,10 @@ permissions operations, with the meanings listed in
10
  **Table: Enum class `perm_options`** <a id="fs.enum.perm.opts">[fs.enum.perm.opts]</a>
11
 
12
  | Name | Meaning |
13
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
14
  | `replace` | `permissions` shall replace the file's permission bits with `perm` |
15
- | `add` | `permissions` shall replace the file's permission bits with the bitwise \logop{OR} of `perm` and the file's current permission bits. |
16
- | `remove` | `permissions` shall replace the file's permission bits with the bitwise \logop{AND} of the complement of `perm` and the file's current permission bits. |
17
  | `nofollow` | `permissions` shall change the permissions of a symbolic link itself rather than the permissions of the file the link resolves to. |
18
 
19
 
 
10
  **Table: Enum class `perm_options`** <a id="fs.enum.perm.opts">[fs.enum.perm.opts]</a>
11
 
12
  | Name | Meaning |
13
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
14
  | `replace` | `permissions` shall replace the file's permission bits with `perm` |
15
+ | `add` | `permissions` shall replace the file's permission bits with the bitwise \logop{or} of `perm` and the file's current permission bits. |
16
+ | `remove` | `permissions` shall replace the file's permission bits with the bitwise \logop{and} of the complement of `perm` and the file's current permission bits. |
17
  | `nofollow` | `permissions` shall change the permissions of a symbolic link itself rather than the permissions of the file the link resolves to. |
18
 
19