about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-05-12 14:58:43 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-05-12 14:58:43 +0000
commit518f437c687bca33aeb4ae804a0b82c1f63ea148 (patch)
tree5e207617a9c430c739d9b15301ac6b921382180f /Doc/Zsh/params.yo
parent38356d85ba1c3417aaade2f742fcccca2286ec26 (diff)
downloadzsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.gz
zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.tar.xz
zsh-518f437c687bca33aeb4ae804a0b82c1f63ea148.zip
22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin
unposted: improve docs for $$ and $PPID
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index a91e99fbd..9212f8593 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -473,7 +473,10 @@ Same as tt(#).
 )
 vindex($)
 item(tt($) <S>)(
-The process ID of this shell.
+The process ID of this shell.  Note that this indicates the original
+shell started by invoking tt(zsh); all processes forked from the shells
+without executing a new program, such as subshells started by
+tt(LPAR())var(...)tt(RPAR()), substitute the same value.
 )
 vindex(-)
 item(tt(-) <S>)(
@@ -609,7 +612,9 @@ The operating system, as determined at compile time.
 )
 vindex(PPID)
 item(tt(PPID) <S>)(
-The process ID of the parent of the shell.
+The process ID of the parent of the shell.  As for tt($$), the
+value indicates the parent of the original shell and does not
+change in subshells.
 )
 vindex(PWD)
 item(tt(PWD))(