From Jason Turner

[fs.enum.perms]

Diff to HTML by rtfpessoa

tmp/tmpai2ys9g7/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
  #### Enum class `perms` <a id="fs.enum.perms">[[fs.enum.perms]]</a>
2
 
3
- The `enum class` type `perms` is a bitmask type ([[bitmask.types]])
4
- that specifies bitmask constants used to identify file permissions, with
5
- the meanings listed in Table  [[tab:fs.enum.perms]].
6
 
7
- **Table: Enum class `perms`** <a id="tab:fs.enum.perms">[tab:fs.enum.perms]</a>
8
 
9
  | Name | Value (octal) | POSIX macro | Definition or notes |
10
  | -------------- | ------------- | ----------- | ---------------------------------------------------------------------------------------------------------------- |
11
  | `none` | `0` | | There are no permissions set for the file. |
12
  | `owner_read` | `0400` | `S_IRUSR` | Read permission, owner |
 
1
  #### Enum class `perms` <a id="fs.enum.perms">[[fs.enum.perms]]</a>
2
 
3
+ The `enum class` type `perms` is a bitmask type [[bitmask.types]] that
4
+ specifies bitmask constants used to identify file permissions, with the
5
+ meanings listed in [[fs.enum.perms]].
6
 
7
+ **Table: Enum class `perms`** <a id="fs.enum.perms">[fs.enum.perms]</a>
8
 
9
  | Name | Value (octal) | POSIX macro | Definition or notes |
10
  | -------------- | ------------- | ----------- | ---------------------------------------------------------------------------------------------------------------- |
11
  | `none` | `0` | | There are no permissions set for the file. |
12
  | `owner_read` | `0400` | `S_IRUSR` | Read permission, owner |