diff options
author | Alan Modra <amodra@gmail.com> | 2019-04-27 10:27:49 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-04-30 22:04:32 +0930 |
commit | 06ddcada14d90c4da28f9585801aaae48304d8ea (patch) | |
tree | 2718fc3f9e91a6e7875d039fad179422d3b5fc7b /ld/ChangeLog | |
parent | bc68014d16c30a6e90fdf9fc43e98be8cbbead9a (diff) | |
download | gdb-06ddcada14d90c4da28f9585801aaae48304d8ea.zip gdb-06ddcada14d90c4da28f9585801aaae48304d8ea.tar.gz gdb-06ddcada14d90c4da28f9585801aaae48304d8ea.tar.bz2 |
ld.texi tweak for pod2man
Fixes the following error:
ld.pod around line 568: Expected '=item *'
POD document had syntax errors at /usr/bin/pod2man line 71.
* ld.texi (How GNU properties are merged): Avoid pod2man error.
Correct example.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index fed72c8..630e637 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2019-04-30 Alan Modra <amodra@gmail.com> + + * ld.texi (How GNU properties are merged): Avoid pod2man error. + Correct example. + 2019-04-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/24486 |