about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-12-03 23:32:09 +0000
committerClint Adams <clint@users.sourceforge.net>2000-12-03 23:32:09 +0000
commit683cf32360315429e710e6b637d3126ea471e7b1 (patch)
treeed56554e00247c249386782a40ef50696ff7ae16 /Doc/Zsh/builtins.yo
parent13b93a5faacf78e6bbc560837dd4c6cddf4acea9 (diff)
downloadzsh-683cf32360315429e710e6b637d3126ea471e7b1.tar.gz
zsh-683cf32360315429e710e6b637d3126ea471e7b1.tar.xz
zsh-683cf32360315429e710e6b637d3126ea471e7b1.zip
13216: docs for tc/ti modules
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo8
1 files changed, 2 insertions, 6 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 42b189139..ec7c00830 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -258,12 +258,6 @@ The tt(-E) flag, or the tt(BSD_ECHO) option, can be used to disable
 these escape sequences.  In the latter case, tt(-e) flag can be used to
 enable them.
 )
-findex(echotc)
-cindex(termcap string, printing)
-item(tt(echotc) var(cap) [ var(arg) ... ])(
-Output the termcap string corresponding to the capability
-var(cap), with optional arguments.
-)
 findex(emulate)
 cindex(compatibility, sh)
 cindex(compatibility, ksh)
@@ -943,6 +937,8 @@ Suspend the execution of the shell (send it a tt(SIGTSTP))
 until it receives a tt(SIGCONT).
 Unless the tt(-f) option is given, this will refuse to suspend a login shell.
 )
+module(termcap)(zsh/termcap)
+module(terminfo)(zsh/terminfo)
 findex(test)
 xitem(tt(test) [ var(arg) ... ])
 item(tt([) [ var(arg) ... ] tt(]))(