Fix typo in documentation

This commit is contained in:
Fabian Homborg
2015-09-12 15:46:40 +02:00
parent 527c932e93
commit 4bc8cf1a1a

View File

@@ -549,7 +549,7 @@ The `%` (percent) character at the beginning of a parameter followed by a string
- If the string is the entire word `self`, the shell's PID is the result.
- Otherwise, if the string is the entire word `last`, the last jobs PID is the result.
- Otherwise, if the string is the entire word `last`, the last job's PID is the result.
- Otherwise, if the string is the ID of a job, the result is the process group ID of the job.