Skip to content

Commit 6d696f5

Browse files
Merge pull request #906 from wking/procfs-to-proc-link-label
config: Fix “procfs_2” → “proc_2” link label
2 parents 1c9ab42 + cae2991 commit 6d696f5

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
@@ -198,7 +198,7 @@ For Linux-based systems, the `process` object supports the following process-spe
198198
* **`ambient`** (array of strings, OPTIONAL) the `ambient` field is an array of ambient capabilities that are kept for the process.
199199
* **`noNewPrivileges`** (bool, OPTIONAL) setting `noNewPrivileges` to true prevents the process from gaining additional privileges.
200200
As an example, the [`no_new_privs`][no-new-privs] article in the kernel documentation has information on how this is achieved using a `prctl` system call on Linux.
201-
* **`oomScoreAdj`** *(int, OPTIONAL)* adjusts the oom-killer score in `[pid]/oom_score_adj` for the process's `[pid]` in a [proc pseudo-filesystem][procfs].
201+
* **`oomScoreAdj`** *(int, OPTIONAL)* adjusts the oom-killer score in `[pid]/oom_score_adj` for the process's `[pid]` in a [proc pseudo-filesystem][proc_2].
202202
If `oomScoreAdj` is set, the runtime MUST set `oom_score_adj` to the given value.
203203
If `oomScoreAdj` is not set, the runtime MUST NOT change the value of `oom_score_adj`.
204204

@@ -842,7 +842,7 @@ Here is a full example `config.json` for reference.
842842
[cgroup-v1-memory_2]: https://www.kernel.org/doc/Documentation/cgroup-v1/memory.txt
843843
[selinux]:http://selinuxproject.org/page/Main_Page
844844
[no-new-privs]: https://www.kernel.org/doc/Documentation/prctl/no_new_privs.txt
845-
[procfs_2]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
845+
[proc_2]: https://www.kernel.org/doc/Documentation/filesystems/proc.txt
846846
[semver-v2.0.0]: http://semver.org/spec/v2.0.0.html
847847
[ieee-1003.1-2008-xbd-c8.1]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_01
848848
[ieee-1003.1-2008-xsh-exec]: http://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html

0 commit comments

Comments
 (0)