diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-26 09:49:38 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-26 09:49:38 +0000 |
| commit | 6f16f59b9f0f1835f303eeeffcea3f981fcd8d92 (patch) | |
| tree | 020c4c410d580736976f633775d42cc4cc39a313 | |
| parent | 26425: allow "emulate sh -c command" to eval command under sh emulation (diff) | |
| download | zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar.gz zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar.bz2 zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar.lz zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar.xz zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.tar.zst zsh-6f16f59b9f0f1835f303eeeffcea3f981fcd8d92.zip | |
Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert to subsystems
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Doc/Zsh/mod_system.yo | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2009-01-26 Peter Stephenson <pws@csr.com> + + * Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert sections + to subsections. + 2009-01-25 Andrey Borzenkov <bor@zsh.org> * 26425: Doc/Zsh/builtins.yo Src/builtin.c: @@ -11002,5 +11007,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4526 $ +* $Revision: 1.4527 $ ***************************************************** diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo index 3540a168f..0df10e0b2 100644 --- a/Doc/Zsh/mod_system.yo +++ b/Doc/Zsh/mod_system.yo @@ -4,7 +4,7 @@ A builtin interface to various low-level system features. The tt(zsh/system) module makes available three builtin commands and two parameters. -sect(Builtins) +subsect(Builtins) startitem() findex(syserror) @@ -111,7 +111,7 @@ the error that occurred. ) enditem() -sect(Parameters) +subsect(Parameters) startitem() vindex(errnos) |
