From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23358 invoked from network); 25 Mar 2003 05:29:29 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Mar 2003 05:29:29 -0000 Received: (qmail 18632 invoked by alias); 25 Mar 2003 05:29:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18380 Received: (qmail 18625 invoked from network); 25 Mar 2003 05:29:24 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 25 Mar 2003 05:29:24 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [207.99.30.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 25 Mar 2003 5:29:23 -0000 Received: from acolyte.scowler.net (localhost [127.0.0.1]) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) with ESMTP id h2P5TMHv017700 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 25 Mar 2003 00:29:23 -0500 Received: (from clint@localhost) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) id h2P5TMHQ017699 for zsh-workers@sunsite.dk; Tue, 25 Mar 2003 00:29:22 -0500 X-Authentication-Warning: acolyte.scowler.net: clint set sender to clint@zsh.org using -f Date: Tue, 25 Mar 2003 00:29:22 -0500 From: Clint Adams To: zsh-workers@sunsite.dk Subject: PATCH: echoti arg doc Message-ID: <20030325052922.GA17679@acolyte.scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i To match users/5986. Index: Doc/Zsh/mod_terminfo.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/mod_terminfo.yo,v retrieving revision 1.2 diff -u -r1.2 mod_terminfo.yo --- Doc/Zsh/mod_terminfo.yo 23 Apr 2001 23:24:19 -0000 1.2 +++ Doc/Zsh/mod_terminfo.yo 25 Mar 2003 05:27:32 -0000 @@ -6,9 +6,9 @@ startitem() findex(echoti) cindex(terminfo value, printing) -item(tt(echoti) var(cap))( +item(tt(echoti) var(cap) [ var(arg) ])( Output the terminfo value corresponding to the capability -var(cap). +var(cap), instantiated with var(arg) if applicable. ) enditem()