=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/Attic/apropos_db.h 2011/11/20 15:43:14 1.6 +++ mandoc/Attic/apropos_db.h 2011/11/23 09:55:28 1.7 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.h,v 1.6 2011/11/20 15:43:14 kristaps Exp $ */ +/* $Id: apropos_db.h,v 1.7 2011/11/23 09:55:28 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -24,6 +24,11 @@ struct res { char *arch; /* arch (or empty string) */ char *desc; /* description (from Nd) */ unsigned int rec; /* record in index */ + /* + * The index volume. This indexes into the array of directories + * searched for manual page databases. + */ + unsigned int volume; }; struct opts {