diff options
author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2023-12-04 16:47:24 +0900 |
---|---|---|
committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2023-12-04 16:47:24 +0900 |
commit | 9e6a54a3680f079fe5433d985c196e6c30ea57e8 (patch) | |
tree | fc68d75d194175414af4f82a40eac94a1d9c047b /Doc | |
parent | cceace0eb64ccd20085366e6466a841ce37b2704 (diff) | |
download | zsh-9e6a54a3680f079fe5433d985c196e6c30ea57e8.tar.gz zsh-9e6a54a3680f079fe5433d985c196e6c30ea57e8.tar.xz zsh-9e6a54a3680f079fe5433d985c196e6c30ea57e8.zip |
52356: add missing function index entries
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 8f310f6cf..cab265a25 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -683,6 +683,7 @@ the same as if the commands had been executed directly by the shell; if there are no var(args) or they contain no commands (i.e. are an empty string or whitespace) the return status is zero. ) +findex(exec) item(tt(exec) [ tt(-cl) ] [ tt(-a) var(argv0) ] [ var(command) [ var(arg) ... ] ])( Replace the current shell with var(command) rather than forking. If var(command) is a shell builtin command or a shell function, @@ -1633,6 +1634,7 @@ cancels both tt(-p) and tt(-u). The tt(-c) or tt(-l) flags cancel any and all of tt(-kpquz). ) +findex(readonly) cindex(parameters, marking readonly) item(tt(readonly))( Same as tt(typeset -r). With the tt(POSIX_BUILTINS) option set, same @@ -2413,6 +2415,7 @@ the mask is printed as an octal number. Note that in the symbolic form the permissions you specify are those which are to be allowed (not denied) to the users specified. ) +findex(unalias) cindex(aliases, removing) item(tt(unalias) [ tt(-ams) ] var(name) ...)( Removes aliases. This command works the same as tt(unhash -a), except that |