ports/textproc/filepp/patches/patch-modules_blc_blc_1_in

11 lines
577 B
Text

--- modules/blc/blc.1.in.orig Sun Aug 11 20:59:35 2002
+++ modules/blc/blc.1.in Tue Feb 17 22:08:37 2015
@@ -21,7 +21,7 @@ The line will be continued until an equal number of op
brackets are found.
Brackets can be prevented from being counted for line continuation by
-escaping them with a backslash: "\(" and "\)". Any brackets found
+escaping them with a backslash: "\e(" and "\e)". Any brackets found
with a preceding backslash will be ignored when deciding if line
continuation should be done and then have the backslash removed once
the full line has been found.