From 80da5c33753e6423f0c705cd021a073af20577a9 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 17 Oct 2013 20:54:58 +0000 Subject: Implement the .UR/.UE block (uniform resource identifier) introduced in the man-ext macros by Eric S. Raymond, enabled by default in groff_man(7). Usual disclaimer: You don't write new man(7) code, so you are not going to use these, either. Improves e.g. the bzr(1) and etherape(1) manuals. Thanks to naddy@ for bringing these to my attention. --- man.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man.c') diff --git a/man.c b/man.c index 24ffc638..10cf610c 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.119 2012/11/17 00:26:33 schwarze Exp $ */ +/* $Id: man.c,v 1.120 2013/10/17 20:54:58 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -40,7 +40,8 @@ const char *const __man_macronames[MAN_MAX] = { "RI", "na", "sp", "nf", "fi", "RE", "RS", "DT", "UC", "PD", "AT", "in", - "ft", "OP", "EX", "EE" + "ft", "OP", "EX", "EE", + "UR", "UE" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3-56-ge451