Skip to content

Commit 33c3c01

Browse files
committed
config-linux: "may" -> "MAY" for supplying linux.devices
The way that the runtime supplies these is "truly optional", as long as they get supplied. Signed-off-by: W. Trevor King <[email protected]>
1 parent 239c4e4 commit 33c3c01

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
@@ -110,7 +110,7 @@ Note that the number of mapping entries MAY be limited by the [kernel][user-name
110110
## <a name="configLinuxDevices" />Devices
111111

112112
**`devices`** (array of objects, OPTIONAL) lists devices that MUST be available in the container.
113-
The runtime may supply them however it likes (with [mknod][mknod.2], by bind mounting from the runtime mount namespace, etc.).
113+
The runtime MAY supply them however it likes (with [`mknod`][mknod.2], by bind mounting from the runtime mount namespace, etc.).
114114

115115
Each entry has the following structure:
116116

0 commit comments

Comments
 (0)