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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man.c') diff --git a/man.c b/man.c index 61f2a5eb..1bea5610 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.114 2011/11/16 22:39:05 joerg Exp $ */ +/* $Id: man.c,v 1.115 2012/01/03 15:16:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -40,7 +40,7 @@ const char *const __man_macronames[MAN_MAX] = { "RI", "na", "sp", "nf", "fi", "RE", "RS", "DT", "UC", "PD", "AT", "in", - "ft" + "ft", "OP" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3-56-ge451