tcsh/tcsh-6.15.00-hist-sub.patch
Pavel Raiskup 97c6af701c spec: move to %autosetup
Version: 6.18.01-12
2014-08-27 16:32:53 +02:00

27 lines
1.0 KiB
Diff

From 756bee93c95fce2c1456932ff7fe1f727d773856 Mon Sep 17 00:00:00 2001
From: vcrhonek <vcrhonek@fedoraproject.org>
Date: Wed, 27 Aug 2014 13:39:53 +0200
Subject: [PATCH 04/14] Fix '\' can not be used to quote all delimiters
Related: #435421
---
tcsh.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tcsh.man b/tcsh.man
index cb0709e..7085160 100644
--- a/tcsh.man
+++ b/tcsh.man
@@ -1046,7 +1046,7 @@ Substitute \fIl\fR for \fIr\fR.
\fIl\fR is simply a string like \fIr\fR, not a regular expression as in
the eponymous \fIed\fR(1) command.
Any character may be used as the delimiter in place of `/';
-a `\\' can be used to quote the delimiter inside \fIl\fR and \fIr\fR.
+a `\\' can be used to quote the delimiter expect `(', `)', `|' and `>' inside \fIl\fR and \fIr\fR.
The character `&' in the \fIr\fR is replaced by \fIl\fR; `\\' also quotes `&'.
If \fIl\fR is empty (``''), the \fIl\fR from a previous substitution or the
\fIs\fR from a previous search or event number in event specification is used.
--
1.9.3