11 lines
557 B
Text
11 lines
557 B
Text
--- filepp.1.orig Tue Feb 27 21:02:16 2007
|
|
+++ filepp.1 Tue Feb 17 22:17:36 2015
|
|
@@ -1107,7 +1107,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.
|