Skip to content

Commit

Permalink
runtime: Document RFC 2119 wording
Browse files Browse the repository at this point in the history
Using the RFC's recommended wording [1].

[1]: https://tools.ietf.org/html/rfc2119

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Feb 10, 2017
1 parent 63bfd58 commit 444c532
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion runtime.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# OCI Runtime Command Line Interface

This section defines the OCI Runtime Command Line Interface version 1.0.0.
This file defines the OCI Runtime Command Line Interface version 1.0.0.

## Notation

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][rfc2199].

## Versioning

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

0 comments on commit 444c532

Please sign in to comment.