--- cci/usr/src/ucb/man.c 2019/07/28 12:24:19 1.1 +++ cci/usr/src/ucb/man.c 2019/07/28 12:29:15 1.1.1.2 @@ -29,10 +29,10 @@ static char sccsid[] = "@(#)man.c 1.10 ( #define ALLSECT "1nl6823457po" /* order to look through sections */ #define SECT1 "1nlo" /* sections to look at if 1 is specified */ #define SUBSEC1 "mcgprv" /* subsections to try in section 1 */ -#define SUBSEC2 "v" +#define SUBSEC2 "vi" #define SUBSEC3 "jxmsnvcf" #define SUBSEC4 "pfvsn" -#define SUBSEC8 "vc" +#define SUBSEC8 "vcs" int nomore; int cflag;