Skip to content

Commit 32244e6

Browse files
committed
runtime: Document RFC 2119 wording
Using the RFC's recommended wording [1]. [1]: https://tools.ietf.org/html/rfc2119 Signed-off-by: W. Trevor King <[email protected]>
1 parent 63bfd58 commit 32244e6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

runtime.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# OCI Runtime Command Line Interface
22

3-
This section defines the OCI Runtime Command Line Interface version 1.0.0.
3+
This file defines the OCI Runtime Command Line Interface version 1.0.0.
4+
5+
## Notation
6+
7+
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119][rfc2119].
48

59
## Versioning
610

@@ -251,6 +255,7 @@ See [create](#example) for an example.
251255
[state]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/runtime.md#state
252256
[state-request]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/runtime.md#query-state
253257
[systemd-listen-fds]: http://www.freedesktop.org/software/systemd/man/sd_listen_fds.html
258+
[rfc2119]: https://tools.ietf.org/html/rfc2119
254259
[runtime-spec-version]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/config.md#specification-version
255260
[TIOCSTI-security]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628843
256261
[tty_ioctl.4]: http://man7.org/linux/man-pages/man4/tty_ioctl.4.html

0 commit comments

Comments
 (0)