This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.18-876-g481e352


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  481e3524bb6a6926025ba60cf47b35052f48e4ae (commit)
      from  375592d364057d38f0b4c0ef255aa64d89a49b32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=481e3524bb6a6926025ba60cf47b35052f48e4ae

commit 481e3524bb6a6926025ba60cf47b35052f48e4ae
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Mon Feb 3 12:43:25 2014 -0500

    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.

diff --git a/ChangeLog b/ChangeLog
index 095f6d3..9d061de 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 8078a53..a5d2d2f 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    5 +++++
 manual/startup.texi |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]