Skip to content

Commit

Permalink
Merge pull request opencontainers#915 from wking/rlimits-unmapped-period
Browse files Browse the repository at this point in the history
config: Add a trailing period to the "cannot be mapped" rlimits line
  • Loading branch information
Michael Crosby authored Sep 1, 2017
2 parents f5f1390 + a89dd9d commit 689521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ For systems that support POSIX rlimits (for example Linux and Solaris), the `pro
* Linux: valid values are defined in the [`getrlimit(2)`][getrlimit.2] man page, such as `RLIMIT_MSGQUEUE`.
* Solaris: valid values are defined in the [`getrlimit(3)`][getrlimit.3] man page, such as `RLIMIT_CORE`.

The runtime MUST [generate an error](runtime.md#errors) for any values which cannot be mapped to a relevant kernel interface
The runtime MUST [generate an error](runtime.md#errors) for any values which cannot be mapped to a relevant kernel interface.
For each entry in `rlimits`, a [`getrlimit(3)`][getrlimit.3] on `type` MUST succeed.
For the following properties, `rlim` refers to the status returned by the `getrlimit(3)` call.

Expand Down

0 comments on commit 689521f

Please sign in to comment.