Skip to content

Commit

Permalink
config: Dedent root paragraphs, since they aren't a list entry
Browse files Browse the repository at this point in the history
I'd broken this in 2022e3e (config: Bump Hyper-V condition from
root.path to root itself, 2017-05-18, opencontainers#838), where I'd misread the
initial bolding ** as a list bullet or something.  The extra indents
don't cause a problem for the first paragraph, but they cause the "On
all other platforms..." paragraph to be interpreted as a <pre> block.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Nov 9, 2017
1 parent 1584629 commit 5d9bbad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ For all platform-specific configuration values, the scope defined below in the [
## <a name="configRoot" />Root

**`root`** (object, OPTIONAL) specifies the container's root filesystem.
On Windows, for Windows Server Containers, this field is REQUIRED.
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.
On Windows, for Windows Server Containers, this field is REQUIRED.
For [Hyper-V Containers](config-windows.md#hyperv), this field MUST NOT be set.

On all other platforms, this field is REQUIRED.
On all other platforms, this field is REQUIRED.

* **`path`** (string, REQUIRED) Specifies the path to the root filesystem for the container.

Expand Down

0 comments on commit 5d9bbad

Please sign in to comment.