Fix manual build warnings.
authorCarlos O'Donell <carlos@redhat.com>
Mon, 3 Feb 2014 17:43:25 +0000 (12:43 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 3 Feb 2014 20:27:53 +0000 (15:27 -0500)
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.

ChangeLog
manual/startup.texi

index 095f6d3..9d061de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8078a53..a5d2d2f 100644 (file)
@@ -41,7 +41,7 @@ see the event from the execor's point of view, see @ref{Executing a File}.
 * Program Termination::         Telling the system you're done; return status
 @end menu
 
-@node Program Arguments
+@node Program Arguments, Environment Variables, , Program Basics
 @section Program Arguments
 @cindex program arguments
 @cindex command line arguments
@@ -263,7 +263,7 @@ example of the use of @code{getsubopt}:
 @end smallexample
 
 
-@node Environment Variables
+@node Environment Variables, Auxiliary Vector, Program Arguments, Program Basics
 @section Environment Variables
 
 @cindex environment variable