summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/manconfig.h.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26a1a8de..997e2925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 15 10:55:52 GMT 2011 Colin Watson <cjwatson@debian.org>
+
+ * include/manconfig.h.in (STD_SECTIONS): Add section 0 between 3 and
+ 2, matching a change in man-db 2.5.6.
+
Tue Mar 15 10:52:58 GMT 2011 Colin Watson <cjwatson@debian.org>
* src/man.c (compare_candidates): If the user asked for an explicit
diff --git a/include/manconfig.h.in b/include/manconfig.h.in
index bc2536fd..b078213c 100644
--- a/include/manconfig.h.in
+++ b/include/manconfig.h.in
@@ -41,7 +41,7 @@
avoided. */
#define STD_SECTIONS { \
- "1", "n", "l", "8", "3", "2", "5", "4", "9", "6", "7", NULL \
+ "1", "n", "l", "8", "3", "0", "2", "5", "4", "9", "6", "7", NULL \
}
/* Some system's man pages require default pre-processing with perhaps tbl