From a89dd9d0e2eabc786d59798f3932c79fe7475b26 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 31 Aug 2017 12:22:04 -0700 Subject: [PATCH] config: Add a trailing period to the "cannot be mapped" rlimits line Fixing a typo I'd made in 5292e9c8 (config: Make rlimits POSIX-specific, 2017-05-23, #880). Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 1f57970cf..46937051b 100644 --- a/config.md +++ b/config.md @@ -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.