Skip to content

Commit a89dd9d

Browse files
committed
config: Add a trailing period to the "cannot be mapped" rlimits line
Fixing a typo I'd made in 5292e9c (config: Make rlimits POSIX-specific, 2017-05-23, #880). Signed-off-by: W. Trevor King <[email protected]>
1 parent f5f1390 commit a89dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For systems that support POSIX rlimits (for example Linux and Solaris), the `pro
168168
* Linux: valid values are defined in the [`getrlimit(2)`][getrlimit.2] man page, such as `RLIMIT_MSGQUEUE`.
169169
* Solaris: valid values are defined in the [`getrlimit(3)`][getrlimit.3] man page, such as `RLIMIT_CORE`.
170170

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

0 commit comments

Comments
 (0)