Fixed searching for section "1aout" man pages. Section numbers must be

single digits or in the section list.
This commit is contained in:
Bruce Evans 1998-10-10 13:11:39 +00:00
parent 007b865605
commit 38f12a6e7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40177

View file

@ -170,7 +170,7 @@
#ifndef MANPATH_MAIN
static char *std_sections[] =
{
"1", "8", "2", "3", "n", "4", "5", "6", "7", "9", "l", NULL
"1", "1aout", "8", "2", "3", "n", "4", "5", "6", "7", "9", "l", NULL
};
#endif