summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-02-03 12:43:25 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-02-03 15:27:53 -0500
commit481e3524bb6a6926025ba60cf47b35052f48e4ae (patch)
treeefab62c8015d26214441c3fd5a7e412b7b5c3355
parent375592d364057d38f0b4c0ef255aa64d89a49b32 (diff)
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.
-rw-r--r--ChangeLog5
-rw-r--r--manual/startup.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 095f6d344f..9d061dec69 100644
--- 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.
diff --git a/manual/startup.texi b/manual/startup.texi
index 8078a53255..a5d2d2f5e2 100644
--- a/manual/startup.texi
+++ b/manual/startup.texi
@@ -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