From 424b33477f52127c98d8d524ad330c37f2bae2b7 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 9 Feb 1997 14:10:31 +0000 Subject: [PATCH] Reorder the default man sections. 2.2 candidate? --- 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 4900c4d4a05..381ce1383ae 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", "n", "l", "6", "8", "2", "3", "4", "5", "7", "9", "p", "o", NULL + "1", "8", "2", "3", "n", "4", "5", "6", "7", "9", "l", NULL }; #endif