From 89e58c82e73db5c9dd337b015c76cd49ccbce1d1 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 1 Jan 2023 23:16:58 +0000 Subject: mandb: Check for stray cats even if the manpath is unchanged * src/mandb.c (mandb): Require the database file to be open before calling `straycats`, but don't require `create_db` or `update_db_wrapper` to have made any changes to it. * src/tests/mandb-whatis-broken-link-changes: Update expected output. * NEWS.md: Document this. --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 724090ab..91648d8f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,11 @@ Fixes: * Fix segfault in typical uses of `man` when `nroff` is not installed. * Fix crash in `mandb` when processing stray cats. +Improvements: + + * Check for stray cats even if no manual pages in a given manpath were + changed. + man-db 2.11.1 (15 November 2022) ================================ -- cgit v1.2.3