From 16e0f8afee6d795cdd67eda6de360fc6ae273e59 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 2 Jun 2012 20:16:23 +0000 Subject: Minimal implementation of .EX and .EE for GNU compatibility. Do not use this, it is not portable and only defined in esr's man-ext. For example, sox(1) wants these macros. --- man.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man.h') diff --git a/man.h b/man.h index b6ddea17..91975d41 100644 --- a/man.h +++ b/man.h @@ -52,6 +52,8 @@ enum mant { MAN_in, MAN_ft, MAN_OP, + MAN_EX, + MAN_EE, MAN_MAX }; -- cgit