summaryrefslogtreecommitdiff
path: root/doc/api/os.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 20:46:41 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-05-03 02:12:07 +0300
commit7588ceaf353af0f257d4d832bace4600edac704e (patch)
treecd01b69085d5c1134c43e61d8acc84586d1a188d /doc/api/os.md
parentbdf5be98dd901f6c312938198439dbda0b20d517 (diff)
downloadandroid-node-v8-7588ceaf353af0f257d4d832bace4600edac704e.tar.gz
android-node-v8-7588ceaf353af0f257d4d832bace4600edac704e.tar.bz2
android-node-v8-7588ceaf353af0f257d4d832bace4600edac704e.zip
doc: add more missing backticks
Also, fix some other nits in passing (formatting, punctuation, typos, redundancy, obsoleteness). PR-URL: https://github.com/nodejs/node/pull/20438 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/os.md')
-rw-r--r--doc/api/os.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/os.md b/doc/api/os.md
index 4e231aac54..8db4904d29 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -1114,7 +1114,7 @@ The following error codes are specific to the Windows operating system:
</tr>
<tr>
<td><code>WSAVERNOTSUPPORTED</code></td>
- <td>Indicates that the winsock.dll version is out of range.</td>
+ <td>Indicates that the `winsock.dll` version is out of range.</td>
</tr>
<tr>
<td><code>WSANOTINITIALISED</code></td>
@@ -1197,7 +1197,7 @@ information.
</tr>
<tr>
<td><code>RTLD_LOCAL</code></td>
- <td>The converse of RTLD_GLOBAL. This is the default behavior if neither
+ <td>The converse of `RTLD_GLOBAL`. This is the default behavior if neither
flag is specified.</td>
</tr>
<tr>