From Jason Turner

[fs.enum.copy.opts]

Diff to HTML by rtfpessoa

tmp/tmpk9xc6t3p/{from.md → to.md} RENAMED
@@ -9,11 +9,11 @@ exposition; implementations shall provide only a single definition.
9
  Every other constant in the table represents a distinct bitmask element.
10
 
11
  **Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
12
 
13
  | Constant | Meaning |
14
- | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
15
  | `none` | (Default) Error; file already exists. |
16
  | `skip_existing` | Do not overwrite existing file, do not report an error. |
17
  | `overwrite_existing` | Overwrite the existing file. |
18
  | `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for subdirectories} |
19
  | `recursive` | Recursively copy subdirectories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |
 
9
  Every other constant in the table represents a distinct bitmask element.
10
 
11
  **Table: Enum class `copy_options`** <a id="fs.enum.copy.opts">[fs.enum.copy.opts]</a>
12
 
13
  | Constant | Meaning |
14
+ | ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
15
  | `none` | (Default) Error; file already exists. |
16
  | `skip_existing` | Do not overwrite existing file, do not report an error. |
17
  | `overwrite_existing` | Overwrite the existing file. |
18
  | `update_existing` | Overwrite the existing file if it is older than the replacement file. \ohdrx{2}{Option group controlling `copy` function effects for subdirectories} |
19
  | `recursive` | Recursively copy subdirectories and their contents. \ohdrx{2}{Option group controlling `copy` function effects for symbolic links} |