From e437eb9b9dc841b6057f0c9ce4e46cfaf7cf2960 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 10 Oct 1998 13:11:39 +0000 Subject: Fixed searching for section "1aout" man pages. Section numbers must be single digits or in the section list. --- gnu/usr.bin/man/lib/config.h_dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/man/lib/config.h_dist b/gnu/usr.bin/man/lib/config.h_dist index 381ce13..e764933 100644 --- a/gnu/usr.bin/man/lib/config.h_dist +++ b/gnu/usr.bin/man/lib/config.h_dist @@ -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 -- cgit v1.1