Package: ncurses-doc Version: 6.4+20231121-1 References to other manpages, e.g. in the "SEE ALSO" section, do no longer work correctly.
,---- | $ man terminfo_variables | grep -A1 "SEE ALSO" | SEE ALSO | curses(3X), curs_terminfo(3X), curs_threads(3X), terminfo(5) `---- Compare that with the correct references in ncurses-doc 6.4-4 (bookworm): ,---- | $ man terminfo_variables | grep -A1 "SEE ALSO" | SEE ALSO | ncurses(3NCURSES), terminfo(3NCURSES), threads(3NCURSES), terminfo(5). `---- Bisection revealed that (at least for the manpage in question) the formatting changes in the 20231001 patchlevel triggered the problem. The man/make_sed.sh script most likely needs to be adjusted, it has not seen any changes since the 20230625 patchlevel.