From Jason Turner

[fs.enum.dir.opts]

Diff to HTML by rtfpessoa

tmp/tmp6obwix4n/{from.md → to.md} RENAMED
@@ -7,11 +7,11 @@ directory traversal options, with the meanings listed in
7
  every other constant in the table represents a distinct bitmask element.
8
 
9
  **Table: Enum class `directory_options`** <a id="fs.enum.dir.opts">[fs.enum.dir.opts]</a>
10
 
11
  | Name | Meaning |
12
- | -------------------------- | ------------------------------------------------------------------ |
13
  | `none` | (Default) Skip directory symlinks, permission denied is an error. |
14
  | `follow_directory_symlink` | Follow rather than skip directory symlinks. |
15
  | `skip_permission_denied` | Skip directories that would otherwise result in permission denied. |
16
 
17
 
 
7
  every other constant in the table represents a distinct bitmask element.
8
 
9
  **Table: Enum class `directory_options`** <a id="fs.enum.dir.opts">[fs.enum.dir.opts]</a>
10
 
11
  | Name | Meaning |
12
+ | --------------------------------------------------------- | ------------------------------------------------------------------ |
13
  | `none` | (Default) Skip directory symlinks, permission denied is an error. |
14
  | `follow_directory_symlink` | Follow rather than skip directory symlinks. |
15
  | `skip_permission_denied` | Skip directories that would otherwise result in permission denied. |
16
 
17