Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#463622: 'man zshtcpsys' typo: "expresions"
- X-seq: zsh-workers 24519
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#463622: 'man zshtcpsys' typo: "expresions"
- Date: Fri, 1 Feb 2008 14:47:30 -0500
- Cc: "A. Costa" <agcosta@xxxxxxx>, 463622@xxxxxxxxxxxxxxx
- In-reply-to: <20080131222218.4d623b0d.agcosta@xxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, "A. Costa" <agcosta@xxxxxxx>, 463622@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080131222218.4d623b0d.agcosta@xxxxxxx>
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))(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author