Currently, the "Name" section of the automake man page reads "automake - manual page for automake 1.16.5." This is problematic for two reasons:
- It is redundant, as there is no need to mention that it is a manual page. Also, the version is already available in the footer of the man page.
- More importantly, the text is non-conformant to the POSIX man specification because the "name" sections is used to generate the "utilities summary database" (used for the "man -k" or the "apropos" command), which should be a "terse description of the purpose of the utility". The current text does not describe what automake does or how it can be used.
I suggest that the “Name” section should be changed to something like “automake - Generate Makefile.in files from Makefile.am files”. This would be more informative and compliant with the POSIX standard.
Thanks for your time.