=================================================================== RCS file: /cvs/mandoc/mansearch.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/mansearch.h 2014/09/03 18:09:14 1.18 +++ mandoc/mansearch.h 2014/11/11 19:04:55 1.19 @@ -1,4 +1,4 @@ -/* $Id: mansearch.h,v 1.18 2014/09/03 18:09:14 schwarze Exp $ */ +/* $Id: mansearch.h,v 1.19 2014/11/11 19:04:55 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze @@ -94,6 +94,7 @@ struct mansearch { const char *sec; /* mansection/NULL */ const char *outkey; /* show content of this macro */ enum argmode argmode; /* interpretation of arguments */ + int firstmatch; /* first matching database only */ }; __BEGIN_DECLS