From d4a1266d3a6d5e702649566d2ecf12989540e02d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 22 Aug 2009 09:10:37 +0000 Subject: Added `UC' libman macro (has no effect). Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. --- man.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man.c') diff --git a/man.c b/man.c index c503a937..e128d846 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.38 2009/08/22 08:56:16 kristaps Exp $ */ +/* $Id: man.c,v 1.39 2009/08/22 09:10:38 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -54,7 +54,7 @@ const char *const __man_macronames[MAN_MAX] = { "R", "B", "I", "IR", "RI", "na", "i", "sp", "nf", "fi", "r", "RE", - "RS", "DT" + "RS", "DT", "UC" }; const char * const *man_macronames = __man_macronames; -- cgit v1.2.3