Skip to content

Commit 4952747

Browse files
committed
doc: use kbd element in process doc
PR-URL: #35584 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent f3ce281 commit 4952747

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/api/process.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,12 @@ process.on('SIGTERM', handle);
511511
installed its default behavior will be removed.
512512
* `'SIGTERM'` is not supported on Windows, it can be listened on.
513513
* `'SIGINT'` from the terminal is supported on all platforms, and can usually be
514-
generated with `<Ctrl>+C` (though this may be configurable). It is not
515-
generated when [terminal raw mode][] is enabled and `<Ctrl>+C` is used.
516-
* `'SIGBREAK'` is delivered on Windows when `<Ctrl>+<Break>` is pressed, on
517-
non-Windows platforms it can be listened on, but there is no way to send or
518-
generate it.
514+
generated with <kbd>Ctrl</kbd>+<kbd>C</kbd> (though this may be configurable).
515+
It is not generated when [terminal raw mode][] is enabled and
516+
<kbd>Ctrl</kbd>+<kbd>C</kbd> is used.
517+
* `'SIGBREAK'` is delivered on Windows when <kbd>Ctrl</kbd>+<kbd>Break</kbd> is
518+
pressed. On non-Windows platforms, it can be listened on, but there is no way
519+
to send or generate it.
519520
* `'SIGWINCH'` is delivered when the console has been resized. On Windows, this
520521
will only happen on write to the console when the cursor is being moved, or
521522
when a readable tty is used in raw mode.

0 commit comments

Comments
 (0)