@@ -183,16 +183,20 @@ https://github.com/networkupstools/nut/milestone/9
183183 - NUT Monitor GUI:
184184   * Ported Python 3 version to Qt6, now shipped alongside Qt5 for systems
185185     with either or both, maximizing compatibility with old and new setups.
186- 
187-  - Introduced handling (possibly rewriting) for man page section "Overviews,
188-    conventions, and miscellaneous" (commonly number 7), to deliver support
189-    for `man nut` queries (NUT overview manual page also created). [#2945]
190- 
191-  - A new `configure --with-docs-man-dir-as-base` option was introduced so
192-    that directories for man page sections can now be automatically named
193-    as either "base" number of the section (e.g. `man1`) or by full section
194-    name (`man1m`), as different OS distributions have different preferences
195-    in this regard. [#2950]
186+      [#2946]
187+ 
188+  - Manual page recipes and contents:
189+    * Introduced handling (possibly rewriting) for man page section "Overviews,
190+      conventions, and miscellaneous" (commonly number 7), to deliver support
191+      for `man nut` queries (NUT overview manual page also created). [#2945]
192+    * A new `configure --with-docs-man-dir-as-base` option was introduced so
193+      that directories for man page sections can now be automatically named
194+      as either "base" number of the section (e.g. `man1`) or by full section
195+      name (`man1m`), as different OS distributions have different preferences
196+      in this regard. [#2950]
197+    * Option to `configure --enable-docs-man-for-progs-built-only` was added,
198+      to differentiate NUT builds that deliver man pages for only built programs
199+      (legacy default) or for all of them (as needed for docs sites). [#2976]
196200
197201 - The `BUILD_TYPE=default-all-errors ci_build.sh` script handling was
198202   revised to simplify code, and to default in CI builds to a quicker
0 commit comments