summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 6bd5216273..a0ff5e7ff1 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -194,7 +194,7 @@ an integer.
## os.getPriority([pid])
<!-- YAML
-added: REPLACEME
+added: v10.10.0
-->
* `pid` {integer} The process ID to retrieve scheduling priority for.
@@ -353,7 +353,7 @@ https://en.wikipedia.org/wiki/Uname#Examples for more information.
## os.setPriority([pid, ]priority)
<!-- YAML
-added: REPLACEME
+added: v10.10.0
-->
* `pid` {integer} The process ID to set scheduling priority for.
@@ -1243,7 +1243,7 @@ information.
### Priority Constants
<!-- YAML
-added: REPLACEME
+added: v10.10.0
-->
The following process scheduling constants are exported by