summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-10-17 20:54:58 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-10-17 20:54:58 +0000
commita24894c279cda3d965668a3548d070489a8aceed (patch)
tree802cd2c3ea9060f30b957ad4a052608a76fe9b4a /man.h
parent9680b7282e62aa4b1c49f8ee927df097cbe37246 (diff)
downloadmandoc-a24894c279cda3d965668a3548d070489a8aceed.tar.gz
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.
Diffstat (limited to 'man.h')
-rw-r--r--man.h2
1 files changed, 2 insertions, 0 deletions
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
};