blob: a50368e29e5fef8d60ec8ebdcc29beb87acd3484 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- vnroff.c.orig Tue Dec 10 04:12:31 1996
+++ vnroff.c Tue Dec 10 04:13:02 1996
@@ -19,7 +19,7 @@
* #define Dau_Mu '^' *
* #define Dau_Trang '(' *
* #define Dau_Rau '+' *
- * #define Escape_Symbol '#' *
+ * #define Escape_Symbol '\\' *
* *
* Change them to any symbol you are comfortable with. *
* *
@@ -54,7 +54,7 @@
#define Dau_Mu '^'
#define Dau_Trang '('
#define Dau_Rau '+'
-#define Escape_Symbol '#'
+#define Escape_Symbol '\\'
#define NON 0 /* ^ as in a^ */
#define RAU 1 /* + as in u+, o+ */
|