From Jason Turner

[fs.enum.perm.opts]

Diff to HTML by rtfpessoa

tmp/tmpqmzljr1c/{from.md → to.md} RENAMED
@@ -8,11 +8,11 @@ permissions operations, with the meanings listed in
8
  `permissions`.
9
 
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
 
 
8
  `permissions`.
9
 
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