aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-12 15:46:40 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-12 15:46:40 +0200
commit4bc8cf1a1af219b50e5b54fba5375b1af3c44738 (patch)
treebce4c1075289a367e80f3475d0775dac8e7a2703 /doc_src
parent527c932e9396ed9c37dccc632543aa88330dbfcd (diff)
Fix typo in documentation
Diffstat (limited to 'doc_src')
-rw-r--r--doc_src/index.hdr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index f72aa304..f40b4df4 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -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.