Skip to content

Commit 76d462c

Browse files
doc: adds description for ctrl+z
refs: nodejs#20814
1 parent e3d38dd commit 76d462c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/readline.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -581,19 +581,19 @@ rl.on('line', (line) => {
581581
</tr>
582582
<tr>
583583
<td><code>ctrl</code> + <code>l</code></td>
584-
<td>Clear screen </td>
584+
<td>Clear screen</td>
585585
</tr>
586586
<tr>
587587
<td><code>ctrl</code> + <code>n</code></td>
588588
<td>Next history item</td>
589589
</tr>
590590
<tr>
591591
<td><code>ctrl</code> + <code>p</code></td>
592-
<td>Previous history item </td>
592+
<td>Previous history item</td>
593593
</tr>
594594
<tr>
595595
<td><code>ctrl</code> + <code>z</code></td>
596-
<td>(need clarification)</td>
596+
<td>Moves running process into background. Type <code>fg</code> and press <code>enter</code> to return.</td>
597597
</tr>
598598
<tr>
599599
<td><code>ctrl</code> + <code>w</code> &nbsp; or &nbsp; <code>ctrl</code> + <code>backspace</code></td>

0 commit comments

Comments
 (0)