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:
authorRich Trott <rtrott@gmail.com>2020-10-15 13:50:14 +0300
committerRich Trott <rtrott@gmail.com>2020-10-20 14:45:52 +0300
commit3d9310d72b9f1486c829281627c774f3cc085309 (patch)
tree481b43a8ac1383e25bf1e1bcb8edac370ee56238
parent50103bff5bf9098d48a41dba9568efb20408768f (diff)
doc: use kbd element in os doc
Use kbd element for key strokes and remove extra parentheses. PR-URL: https://github.com/nodejs/node/pull/35656 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
-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 6f761877b23..6c184a77854 100644
--- a/doc/api/os.md
+++ b/doc/api/os.md
@@ -436,7 +436,7 @@ The following signal constants are exported by `os.constants.signals`.
<tr>
<td><code>SIGINT</code></td>
<td>Sent to indicate when a user wishes to interrupt a process
- (<code>(Ctrl+C)</code>).</td>
+ (<kbd>Ctrl</kbd>+<kbd>C</kbd>).</td>
</tr>
<tr>
<td><code>SIGQUIT</code></td>