summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-03-30 19:47:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-03-30 19:47:33 +0000
commitb76244f073822c05c753ba252f1e583229c93b83 (patch)
treeea6562f764227c470dd93ff4e0fc157e208c4214 /usr.bin/mandoc/mdoc.h
parent1847b12ef133c3b57ce9f884e039cb40e0e38323 (diff)
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 'usr.bin/mandoc/mdoc.h')
-rw-r--r--usr.bin/mandoc/mdoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mdoc.h b/usr.bin/mandoc/mdoc.h
index cd2a18dd141..85b08027a77 100644
--- a/usr.bin/mandoc/mdoc.h
+++ b/usr.bin/mandoc/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.50 2014/03/23 12:44:18 schwarze Exp $ */
+/* $Id: mdoc.h,v 1.51 2014/03/30 19:47:32 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -140,6 +140,7 @@ enum mdoct {
MDOC_sp,
MDOC__U,
MDOC_Ta,
+ MDOC_ll,
MDOC_MAX
};