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
201
201
* Option to `configure --enable-docs-man-for-progs-built-only` was added,
202
202
to differentiate NUT builds that deliver man pages for only built programs
203
203
(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]
204
208
205
209
- The `BUILD_TYPE=default-all-errors ci_build.sh` script handling was
206
210
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
40
40
to differentiate NUT builds that deliver man pages for only built programs
41
41
(legacy default) or for all of them (as needed for docs sites). [#2976]
42
42
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
+
43
48
- Added APC BVKxxxM2 to list of devices where `lbrb_log_delay_sec=N` may be
44
49
necessary to address spurious LOWBATT and REPLACEBATT events. [issue #2942]
45
50
You can’t perform that action at this time.
0 commit comments