summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-03-30 19:47:32 +0000
committerschwarze <schwarze@openbsd.org>2014-03-30 19:47:32 +0000
commit5281506a9f5b05f301235275134377a86b8278f7 (patch)
tree1d1c9b143a634a4d430e685a6610355c208092f0 /usr.bin/mandoc/mdoc.c
parentmake -Tascii explicit, to be safe when -Tlocale becomes the default (diff)
downloadwireguard-openbsd-5281506a9f5b05f301235275134377a86b8278f7.tar.xz
wireguard-openbsd-5281506a9f5b05f301235275134377a86b8278f7.zip
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.c')
-rw-r--r--usr.bin/mandoc/mdoc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc.c b/usr.bin/mandoc/mdoc.c
index b732e82b00a..3dcffdfa860 100644
--- a/usr.bin/mandoc/mdoc.c
+++ b/usr.bin/mandoc/mdoc.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc.c,v 1.101 2014/03/23 12:44:18 schwarze Exp $ */
+/* $Id: mdoc.c,v 1.102 2014/03/30 19:47:32 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2012, 2013, 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -68,7 +68,7 @@ const char *const __mdoc_macronames[MDOC_MAX] = {
/* LINTED */
"Dx", "%Q", "br", "sp",
/* LINTED */
- "%U", "Ta"
+ "%U", "Ta", "ll",
};
const char *const __mdoc_argnames[MDOC_ARG_MAX] = {