aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff/t13.c
blob: b2922f6a61e7e4a24a7843c27c2f27cb9685961f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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);
}