diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-09-18 14:50:47 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-09-19 11:24:05 +0100 |
commit | 8e93dc629727140e950a709008f9a17ca461af63 (patch) | |
tree | 73e81ea9f1be3ba95f097a3802dc7fdc750c97b4 /NEWS | |
parent | 1f2647b8affae8bf6907f790a399041812ddf16e (diff) | |
download | coreutils-8e93dc629727140e950a709008f9a17ca461af63.tar.xz |
doc: output correct --help references with --program-prefix
* src/system.h (emit_ancillary_info): Take the invariant PROGRAM_NAME
as a parameter, so that consistent references are made to online docs
and texinfo nodes, when a --program-prefix is in place. Note the
man pages don't need this fix as they're generated before the program
prefix is used.
* NEWS: Mention the improvements in references to online documentation.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ GNU coreutils NEWS -*- outline -*- --skip-chdir option is specified. [bug introduced in coreutils-8.23] +** Improvements + + References from --help and the man pages of utilities have been corrected + in various cases, and more direct links to the corresponding online + documentation are provided. + * Noteworthy changes in release 8.23 (2014-07-18) [stable] |