5b0f4da
diff -up tcsh-6.15.00/tcsh.man.hist-sub tcsh-6.15.00/tcsh.man
5b0f4da
--- tcsh-6.15.00/tcsh.man.hist-sub	2007-03-03 21:01:26.000000000 +0100
5b0f4da
+++ tcsh-6.15.00/tcsh.man	2008-08-29 12:29:47.000000000 +0200
bb709b6
@@ -1035,7 +1035,7 @@ Substitute \fIl\fR for \fIr\fR.
bb709b6
 \fIl\fR is simply a string like \fIr\fR, not a regular expression as in
bb709b6
 the eponymous \fIed\fR(1) command.
bb709b6
 Any character may be used as the delimiter in place of `/';
bb709b6
-a `\\' can be used to quote the delimiter inside \fIl\fR and \fIr\fR.
bb709b6
+a `\\' can be used to quote the delimiter expect `(', `)', `|' and `>' inside \fIl\fR and \fIr\fR.
bb709b6
 The character `&' in the \fIr\fR is replaced by \fIl\fR; `\\' also quotes `&'.
bb709b6
 If \fIl\fR is empty (``''), the \fIl\fR from a previous substitution or the
bb709b6
 \fIs\fR from a previous search or event number in event specification is used.