From 53b5d29222e1768659eb3f30de4c87a1be30c59c 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man.h') diff --git a/man.h b/man.h index 4fc3934e..e85da9ae 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.60 2012/01/03 15:16:24 kristaps Exp $ */ +/* $Id: man.h,v 1.61 2012/06/02 20:16:23 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -52,6 +52,8 @@ enum mant { MAN_in, MAN_ft, MAN_OP, + MAN_EX, + MAN_EE, MAN_MAX }; -- cgit v1.2.3-56-ge451