=================================================================== RCS file: /cvs/mandoc/mansearch.h,v retrieving revision 1.28 retrieving revision 1.30 diff -u -p -r1.28 -r1.30 --- mandoc/mansearch.h 2017/04/17 20:05:08 1.28 +++ mandoc/mansearch.h 2019/04/30 18:51:57 1.30 @@ -1,4 +1,4 @@ -/* $Id: mansearch.h,v 1.28 2017/04/17 20:05:08 schwarze Exp $ */ +/* $Id: mansearch.h,v 1.30 2019/04/30 18:51:57 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2016, 2017 Ingo Schwarze @@ -92,8 +92,8 @@ struct manpage { char *file; /* to be prefixed by manpath */ char *names; /* a list of names with sections */ char *output; /* user-defined additional output */ - size_t ipath; /* number of the manpath */ uint64_t bits; /* name type mask */ + size_t ipath; /* number of the manpath */ int sec; /* section number, 10 means invalid */ enum form form; };