Skip to content

Commit f7335bd

Browse files
committed
rephrase POSIX support for rlimits
This change makes rlimits less abount linux and solaris, but expands the explanation a bit to all systems that supports POSIX rlimits, but with linux and solaris as examples. Signed-off-by: Daniel Dao <dqminh89@gmail.com>
1 parent 5292e9c commit f7335bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ For POSIX platforms the `mounts` structure has the following fields:
157157
* **`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008 `execvp`'s *argv*][ieee-1003.1-2008-xsh-exec].
158158
This specification extends the IEEE standard in that at least one entry is REQUIRED, and that entry is used with the same semantics as `execvp`'s *file*.
159159

160-
### <a name="configLinuxAndSolarisProcess" />Linux and Solaris Process
160+
### <a name="configPOSIXProcess" />POSIX process
161161

162-
For POSIX-based systems (Linux and Solaris), the `process` object supports the following process-specific properties:
162+
For systems that support POSIX rlimits (for example Linux and Solaris), the `process` object supports the following process-specific properties:
163163

164164
* **`rlimits`** (array of objects, OPTIONAL) allows setting resource limits for the process.
165165
Each entry has the following structure:

0 commit comments

Comments
 (0)