about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-05-31 20:29:40 +0000
committerClint Adams <clint@users.sourceforge.net>2002-05-31 20:29:40 +0000
commit7f7f6ca1bac49513b403e604e66853ee61f8d626 (patch)
tree953326f485a7b2026ce11d4278d6d25f1408c3a6 /Doc
parentdef39b7cb78355cd855d858f204126c577b49b0e (diff)
downloadzsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.gz
zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.xz
zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.zip
unposted: get rid of evil -Wno-implicit in CFLAGS.
16426: allow manual pages to be shown separated by section with new
separate-sections style

17266: check `manpath` even when $MANPATH is set.

users/4157 (plus workers/15674): Better handling of section numbers.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 580b7c43c..61c153dca 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1892,6 +1892,15 @@ negative number to scroll by the number of lines of the screen minus
 that number (or plus the number, since it is negative).  The default is to
 scroll by single lines.
 )
+kindex(separate-sections, completion style)
+item(tt(separate-sections))(
+This style is used with the tt(manuals) tag when completing names of
+manual pages.  If it is `true', entries for different sections are
+added separately using tag names of the form `tt(manual.)var(X)',
+where var(X) is the section number.  This means that it is possible to
+make pages from different sections be listed separately by setting the
+tt(group-name) style.  The default for this style is `false'.
+)
 kindex(single-ignored, completion style)
 item(tt(single-ignored))(
 This is used by the tt(_ignored) completer.  It specifies what