Module Name:    src
Committed By:   joerg
Date:           Thu Apr 30 00:53:48 UTC 2009

Modified Files:
        src/gnu/dist/gcc4/gcc/doc: gcov.texi

Log Message:
Sort sourcefile after all other options.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gcc4/gcc/doc/gcov.texi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gcc4/gcc/doc/gcov.texi
diff -u src/gnu/dist/gcc4/gcc/doc/gcov.texi:1.1.1.2 src/gnu/dist/gcc4/gcc/doc/gcov.texi:1.2
--- src/gnu/dist/gcc4/gcc/doc/gcov.texi:1.1.1.2	Sat Oct 21 22:43:47 2006
+++ src/gnu/dist/gcc4/gcc/doc/gcov.texi	Thu Apr 30 00:53:48 2009
@@ -128,8 +128,9 @@
      [...@option{-l}|@option{--long-file-names}]
      [...@option{-p}|@option{--preserve-paths}]
      [...@option{-f}|@option{--function-summaries}]
-     [...@option{-o}|@option{--object-directory} @var{directory|file}] @var{sourcefile}
+     [...@option{-o}|@option{--object-directory} @var{directory|file}]
      [...@option{-u}|@option{--unconditional-branches}]
+     @var{sourcefile}
 @c man end
 @c man begin SEEALSO
 gpl(7), gfdl(7), fsf-funding(7), gcc(1) and the Info entry for @file{gcc}.

Reply via email to