Skip to content

Commit 970975b

Browse files
TrottMylesBorins
authored andcommitted
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 cb2f6ff commit 970975b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/api/process.md

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

0 commit comments

Comments
 (0)