aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff/t13.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/htmlroff/t13.c')
-rw-r--r--src/cmd/htmlroff/t13.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cmd/htmlroff/t13.c b/src/cmd/htmlroff/t13.c
new file mode 100644
index 00000000..0fadab3a
--- /dev/null
+++ b/src/cmd/htmlroff/t13.c
@@ -0,0 +1,17 @@
+#include "a.h"
+
+/*
+ * 13. Hyphenation.
+ */
+
+void
+t13init(void)
+{
+ addreq(L("nh"), r_nop, -1);
+ addreq(L("hy"), r_nop, -1);
+ addreq(L("hc"), r_nop, -1);
+ addreq(L("hw"), r_nop, -1);
+
+ addesc('%', e_nop, 0);
+}
+