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_macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_macro.c') diff --git a/man_macro.c b/man_macro.c index 6afce4d0..4bbbc4fa 100644 --- a/man_macro.c +++ b/man_macro.c @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.70 2011/12/04 00:44:12 schwarze Exp $ */ +/* $Id: man_macro.c,v 1.71 2012/01/03 15:16:24 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -84,6 +84,7 @@ const struct man_macro __man_macros[MAN_MAX] = { { in_line_eoln, 0 }, /* AT */ { in_line_eoln, 0 }, /* in */ { in_line_eoln, 0 }, /* ft */ + { in_line_eoln, 0 }, /* OP */ }; const struct man_macro * const man_macros = __man_macros; -- cgit v1.2.3-56-ge451