Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: documentation update
- X-seq: zsh-workers 22374
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: documentation update
- Date: Mon, 20 Mar 2006 19:38:29 -0800
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <EXCHANGE03OeGTDiN8O0000116d@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20060317060309.T16509@xxxxxxxxxxxxxxxxxxx> <EXCHANGE03qEACOU5cW00000a5e@xxxxxxxxxxxxxxxxxx> <060317081120.ZM18164@xxxxxxxxxxxxxxxxxxxxxx> <EXCHANGE03dl3VuUziI00000f60@xxxxxxxxxxxxxxxxxx> <EXCHANGE03OeGTDiN8O0000116d@xxxxxxxxxxxxxxxxxx>
One problem I noticed: the sect() macro is now outputting an erroneous
"\e" in front of a hyphen. For instance:
--- /var/tmp/zsh/Doc/zshtcpsys.1 2006-03-20 10:12:24.000000000 -0800
+++ ./zshtcpsys.1 2006-03-20 18:28:18.000000000 -0800
@@ -459,7 +459,7 @@
.RE
.RE
.PP
-.SH "TCP USER\-DEFINED FUNCTIONS"
+.SH "TCP USER\e\-DEFINED FUNCTIONS"
.PP
Certain functions, if defined by the user, will be called by the function
system in certain contexts\&. This facility depends on the module
I assume this is a bug in yodl itself and not in one of our macros.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author