summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-10 13:11:39 +0000
committerbde <bde@FreeBSD.org>1998-10-10 13:11:39 +0000
commite437eb9b9dc841b6057f0c9ce4e46cfaf7cf2960 (patch)
tree5864a77bf56f42450d4b0f40e7b1fd3d35ff4507 /gnu
parent056ba4d8e81521d3179b60b451246a5ba629d991 (diff)
downloadFreeBSD-src-e437eb9b9dc841b6057f0c9ce4e46cfaf7cf2960.zip
FreeBSD-src-e437eb9b9dc841b6057f0c9ce4e46cfaf7cf2960.tar.gz
Fixed searching for section "1aout" man pages. Section numbers must be
single digits or in the section list.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/lib/config.h_dist2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud