diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-02-03 12:43:25 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-02-03 15:27:53 -0500 |
commit | 481e3524bb6a6926025ba60cf47b35052f48e4ae (patch) | |
tree | efab62c8015d26214441c3fd5a7e412b7b5c3355 /ChangeLog | |
parent | 375592d364057d38f0b4c0ef255aa64d89a49b32 (diff) | |
download | glibc-481e3524bb6a6926025ba60cf47b35052f48e4ae.zip glibc-481e3524bb6a6926025ba60cf47b35052f48e4ae.tar.gz glibc-481e3524bb6a6926025ba60cf47b35052f48e4ae.tar.bz2 |
Fix manual build warnings.
The mixed use of automatic and manual node next, previous,
and top specification causes warning when building the manual.
This fix explicitly specifies the node's next, previous and top
values to fix the warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-02-03 Carlos O'Donell <carlos@redhat.com> + + * manual/startup.texi: Add next, previous, and top entries for + the `Program Arguments' and `Environment Variables' nodes. + 2014-02-03 Alexandre Oliva <aoliva@redhat.com> * manual/macros.texi: Add comments before MTASC-safety macros. |