From 38f12a6e7be6cbceb05fca14385f44f62ec428f4 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 10 Oct 1998 13:11:39 +0000 Subject: [PATCH] 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(-) diff --git a/gnu/usr.bin/man/lib/config.h_dist b/gnu/usr.bin/man/lib/config.h_dist index 381ce1383ae..e76493380e2 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