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.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>