mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed searching for section "1aout" man pages. Section numbers must be
single digits or in the section list.
This commit is contained in:
parent
007b865605
commit
38f12a6e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue