On Thu, Jan 31, 2008 at 10:22:18PM -0500, A. Costa wrote: > Found a typo in '/usr/share/man/man1/zshtcpsys.1.gz', see attached '.diff'. > > Hope this helps...
> --- zshtcpsys.1 2008-01-29 10:24:59.000000000 -0500 > +++ /tmp/zshtcpsys.1 2008-01-31 06:25:28.000000000 -0500 > @@ -552,7 +552,7 @@ > .PD > \fB%c\fP > Expands to 1 if the session is the current session, otherwise 0\&. Used > -with ternary expresions such as `\fB%(c\&.\-\&.+)\fP\&' to > +with ternary expressions such as `\fB%(c\&.\-\&.+)\fP\&' to > output `\fB+\fP\&' for the current session and `\fB\-\fP' otherwise\&. > .TP > \fB%f\fP Index: Doc/Zsh/tcpsys.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/tcpsys.yo,v retrieving revision 1.11 diff -u -r1.11 tcpsys.yo --- Doc/Zsh/tcpsys.yo 1 Dec 2006 10:23:07 -0000 1.11 +++ Doc/Zsh/tcpsys.yo 1 Feb 2008 19:46:46 -0000 @@ -528,7 +528,7 @@ startitem() item(tt(%c))( Expands to 1 if the session is the current session, otherwise 0. Used -with ternary expresions such as `tt(%LPAR()c.-.PLUS()RPAR())' to +with ternary expressions such as `tt(%LPAR()c.-.PLUS()RPAR())' to output `tt(PLUS())' for the current session and `tt(-)' otherwise. ) item(tt(%f))( -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

