Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatej Krajčovič <matej@krajcovic.org>2017-10-27 22:51:28 +0300
committerTobias Nießen <tniessen@tnie.de>2017-10-30 13:08:47 +0300
commit571c04b07a855fc4ba8eeb6d6577662d816cab67 (patch)
tree05c4bc7aa44e9a7597f8d82d148c3ab232ac9304 /doc/api/os.md
parent390eda100dac76be797bb5cba2d23f68b695a3e3 (diff)
doc: make default values and periods consistent
PR-URL: https://github.com/nodejs/node/pull/16563 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 019330cdf9b..dca9b266f78 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -401,7 +401,7 @@ added: v6.0.0
* `options` {Object}
* `encoding` {string} Character encoding used to interpret resulting strings.
If `encoding` is set to `'buffer'`, the `username`, `shell`, and `homedir`
- values will be `Buffer` instances. (Default: 'utf8')
+ values will be `Buffer` instances. **Default:** `'utf8'`
* Returns: {Object}
The `os.userInfo()` method returns information about the currently effective