From a24894c279cda3d965668a3548d070489a8aceed 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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man.h') diff --git a/man.h b/man.h index 91975d41..a8bfcc5a 100644 --- a/man.h +++ b/man.h @@ -54,6 +54,8 @@ enum mant { MAN_OP, MAN_EX, MAN_EE, + MAN_UR, + MAN_UE, MAN_MAX }; -- cgit