From 99a6b3d8600cc900aab0758eb53c7c73622876f2 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 21 Aug 2009 13:14:07 +0000 Subject: Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head). --- libman.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libman.h') diff --git a/libman.h b/libman.h index ee1f67a6..1ccbe9ff 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.19 2009/08/21 12:32:38 kristaps Exp $ */ +/* $Id: libman.h,v 1.20 2009/08/21 13:14:07 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -71,7 +71,8 @@ struct man_macro { int (*fp)(MACRO_PROT_ARGS); int flags; #define MAN_SCOPED (1 << 0) -#define MAN_EXPLICIT (1 << 1) +#define MAN_EXPLICIT (1 << 1) /* See blk_imp(). */ +#define MAN_FSCOPED (1 << 2) /* See blk_imp(). */ }; extern const struct man_macro *const man_macros; -- cgit v1.2.3