diff --git a/doc/api/readline.md b/doc/api/readline.md index 09c93462aa02b3..be041827d5e315 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -581,7 +581,7 @@ rl.on('line', (line) => { ctrl + l - Clear screen + Clear screen ctrl + n @@ -589,11 +589,11 @@ rl.on('line', (line) => { ctrl + p - Previous history item + Previous history item ctrl + z - (need clarification) + Moves running process into background. Type fg and press enter to return. ctrl + w   or   ctrl + backspace