mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ac4e289cb8
groff/troff can print it out.
21 lines
959 B
Plaintext
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+ */
|