diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-11-22 14:52:31 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-11-22 14:52:31 -0800 |
commit | 02bca2ea0fe47611644bfc1ca8b93f215317c97d (patch) | |
tree | e6996cd4d9b6b92761ca039a80861387c13b0205 | |
parent | 22b4ededcfc66504622fed18dae2b4615f7b2e61 (diff) | |
download | zsh-02bca2ea0fe47611644bfc1ca8b93f215317c97d.tar.gz zsh-02bca2ea0fe47611644bfc1ca8b93f215317c97d.tar.xz zsh-02bca2ea0fe47611644bfc1ca8b93f215317c97d.zip |
33763 (cf. Baptiste Daroussin 33747): fix nested item list in generated zshmodules.1
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/mod_system.yo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7008c9f83..464c8846d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-22 Barton E. Schaefer <schaefer@zsh.org> + + * 33763 (cf. Baptiste Daroussin 33747): Doc/Zsh/mod_system.yo: + fix nested item list in generated zshmodules.1 man page. + 2014-11-21 Barton E. Schaefer <schaefer@zsh.org> * 33750: Src/text.c: handle function autoloads for DEBUG_BEFORE_CMD diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo index dce07175f..d6b3765ff 100644 --- a/Doc/Zsh/mod_system.yo +++ b/Doc/Zsh/mod_system.yo @@ -178,6 +178,7 @@ used. vindex(sysparams) item(tt(sysparams))( A readonly associative array. The keys are: + startitem() item(tt(pid))( Returns the process ID of the current process, even in subshells. Compare |