Skip to content

Commit 4c33c9e

Browse files
committed
config-linux: Fix 'file' POSIX link
This was broken by f9dc90b (make link usage consistent across the specification, 2017-02-09, opencontainers#687), which updated the link label, but not this link. Now that the link label matches the link text, we can use the implicit link name shortcut [1]. [1]: https://daringfireball.net/projects/markdown/syntax#link Signed-off-by: W. Trevor King <wking@tremily.us>
1 parent cfc95a5 commit 4c33c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Each entry has the following structure:
114114
* **`type`** *(string, REQUIRED)* - type of device: `c`, `b`, `u` or `p`.
115115
More info in [mknod(1)][mknod.1].
116116
* **`path`** *(string, REQUIRED)* - full path to device inside container.
117-
If a [file][file.1] already exists at `path` that does not match the requested device, the runtime MUST generate an error.
117+
If a [file][] already exists at `path` that does not match the requested device, the runtime MUST generate an error.
118118
* **`major, minor`** *(int64, REQUIRED unless `type` is `p`)* - [major, minor numbers][devices] for the device.
119119
* **`fileMode`** *(uint32, OPTIONAL)* - file mode for the device.
120120
You can also control access to devices [with cgroups](#device-whitelist).

0 commit comments

Comments
 (0)