From 9408c4825b339c43299a39b46811fc6153740e01 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 15 Jun 2018 15:02:36 +0100 Subject: users/23472: Add $sysparams[procsubstpid] to zsh/system --- Doc/Zsh/mod_system.yo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo index 7f2009b43..a27bab47f 100644 --- a/Doc/Zsh/mod_system.yo +++ b/Doc/Zsh/mod_system.yo @@ -255,6 +255,11 @@ Returns the process ID of the parent of the current process, even in subshells. Compare tt($PPID), which returns the process ID of the parent of the main shell process. ) +item(tt(procsubstpid))( +Returns the process ID of the last process started for process +substitution, i.e. the tt(LPAR())var(...)tt(RPAR()) expansions. +) enditem() ) enditem() -- cgit 1.4.1