summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-03-30 19:47:48 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-03-30 19:47:48 +0000
commitb0b643c847c8a9530fc19fc081c52b9b6f5159dd (patch)
treeee93f2fc78dc0fddd4abbfdcd79f9df0714656ed /man.c
parent1f5b9d128ee296272c97a8e1a191d09c75b10fd1 (diff)
downloadmandoc-b0b643c847c8a9530fc19fc081c52b9b6f5159dd.tar.gz
Implement the roff(7) .ll (line length) request.
Found by naddy@ in the textproc/enchant(1) port. Of course, do not use this in new manuals.
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man.c b/man.c
index 2fa49fb8..ca625305 100644
--- a/man.c
+++ b/man.c
@@ -45,7 +45,7 @@ const char *const __man_macronames[MAN_MAX] = {
"fi", "RE", "RS", "DT",
"UC", "PD", "AT", "in",
"ft", "OP", "EX", "EE",
- "UR", "UE"
+ "UR", "UE", "ll"
};
const char * const *man_macronames = __man_macronames;