From 24ca6b6c497fdd0db41b4dcd4172e20ee02df76e Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 24 Oct 2009 05:52:13 +0000 Subject: Added `%U' to -mdoc (doesn't render in a nice way yet). --- mdoc_action.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdoc_action.c') diff --git a/mdoc_action.c b/mdoc_action.c index b9d11289..83fa5835 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -186,6 +186,7 @@ static const struct actions mdoc_actions[MDOC_MAX] = { { NULL, NULL }, /* %Q */ { NULL, NULL }, /* br */ { NULL, NULL }, /* sp */ + { NULL, NULL }, /* %U */ }; #define RSORD_MAX 13 -- cgit