diff options
author | Bart Schaefer <schaefer@zsh.org> | 2020-05-17 13:26:04 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2020-05-17 13:31:51 -0700 |
commit | 086acd095d02158e4f67d4a4f39174feb2fbe19a (patch) | |
tree | f58828a62fac22ff710364dc305c27809e946d0c /Doc/Zsh/compsys.yo | |
parent | 53052335b920a7e62de409119e24291181b1ae86 (diff) | |
download | zsh-086acd095d02158e4f67d4a4f39174feb2fbe19a.tar.gz zsh-086acd095d02158e4f67d4a4f39174feb2fbe19a.tar.xz zsh-086acd095d02158e4f67d4a4f39174feb2fbe19a.zip |
unposted: remove blank line that messed up "man" formatting
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 8d2813c5a..9cfb4fd04 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -5331,7 +5331,6 @@ in the tt(_comp_caller_options) associative array. Option names, spelled in lowercase without underscores, are mapped to one or other of the strings `tt(on)' and `tt(off)'. ) - item(tt(_comp_priv_prefix))( Completion functions such as tt(_sudo) can set the tt(_comp_priv_prefix) array to a command prefix that may then be used by tt(_call_program) to |