File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,10 @@ https://github.com/networkupstools/nut/milestone/9
201201 * Option to `configure --enable-docs-man-for-progs-built-only` was added,
202202 to differentiate NUT builds that deliver man pages for only built programs
203203 (legacy default) or for all of them (as needed for docs sites). [#2976]
204+ * Several man page sources revised to tack the correct section code (e.g.
205+ `upsc`, `upscmd`, `upsrw` and `NUT-Monitor` are clients that end-users
206+ can interact with (section 1), while `upsmon` and `upssched` are rather
207+ system services (section 8). [#2977]
204208
205209 - The `BUILD_TYPE=default-all-errors ci_build.sh` script handling was
206210 revised to simplify code, and to default in CI builds to a quicker
Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ Changes from 2.8.3 to 2.8.4
4040 to differentiate NUT builds that deliver man pages for only built programs
4141 (legacy default) or for all of them (as needed for docs sites). [#2976]
4242
43+ - Man pages for `upsc` , `upscmd` , `upsrw` and `NUT-Monitor` were consistently
44+ assigned to man page section 1 (end-user programs). This may require some
45+ changes in packaging recipes to deliver built pages with a different filename
46+ extension and/or into different directories. [#2977]
47+
4348- Added APC BVKxxxM2 to list of devices where `lbrb_log_delay_sec=N` may be
4449 necessary to address spurious LOWBATT and REPLACEBATT events. [issue #2942]
4550
You can’t perform that action at this time.
0 commit comments