From d346448c959f7b9855c02917b358cfb0da2525e8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 3 Jan 2012 15:16:24 +0000 Subject: Add support for `OP', one of the extended man macros. This also requires some man(7) changes to accomodate for the an-ext compatibility. --- man.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man.h') diff --git a/man.h b/man.h index beb406f6..4fc3934e 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.59 2011/10/06 22:29:12 kristaps Exp $ */ +/* $Id: man.h,v 1.60 2012/01/03 15:16:24 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -51,6 +51,7 @@ enum mant { MAN_AT, MAN_in, MAN_ft, + MAN_OP, MAN_MAX }; -- cgit v1.2.3-56-ge451