From 33c3c019c51cb65d087b95d119a76465a58a6f80 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 1 Jun 2017 16:09:31 -0700 Subject: [PATCH] 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 --- config-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-linux.md b/config-linux.md index 80ac7e712..62e389d0c 100644 --- a/config-linux.md +++ b/config-linux.md @@ -110,7 +110,7 @@ Note that the number of mapping entries MAY be limited by the [kernel][user-name ## Devices **`devices`** (array of objects, OPTIONAL) lists devices that MUST be available in the container. -The runtime may supply them however it likes (with [mknod][mknod.2], by bind mounting from the runtime mount namespace, etc.). +The runtime MAY supply them however it likes (with [`mknod`][mknod.2], by bind mounting from the runtime mount namespace, etc.). Each entry has the following structure: