1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/vietnamese/vnroff/files/patch-01
1996-12-25 12:42:42 +00:00

21 lines
959 B
Plaintext

--- 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+ */