docs: fix formatting in prompt_pwd manual

This commit is contained in:
David Adam
2019-09-17 17:31:47 +08:00
parent 605885f851
commit c93c66f76b
2 changed files with 3 additions and 8 deletions

View File

@@ -12,9 +12,4 @@ suspend [--force]
Description
-----------
``suspend`` suspends execution of the current shell by sending it a
SIGTSTP signal, returning to the controlling process. It can be
resumed later by sending it a SIGCONT. In order to prevent suspending
a shell that doesn't have a controlling process, it will not suspend
the shell if it is a login shell. This requirement is bypassed
if the ``--force`` option is given or the shell is not interactive.
``suspend`` suspends execution of the current shell by sending it a SIGTSTP signal, returning to the controlling process. It can be resumed later by sending it a SIGCONT. In order to prevent suspending a shell that doesn't have a controlling process, it will not suspend the shell if it is a login shell. This requirement is bypassed if the ``--force`` option is given or the shell is not interactive.