summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2009-04-30 00:53:48 +0000
committerjoerg <joerg@NetBSD.org>2009-04-30 00:53:48 +0000
commit3b0eba3055ab09bc2c8df26267a7b2443dfe2ef5 (patch)
tree0043867020b20b3dda2513f5c5fc65c23884a18d /gnu
parentcbe0c9ed8f9e3504653c16dcefe2713168a1e210 (diff)
Sort sourcefile after all other options.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/dist/gcc4/gcc/doc/gcov.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/dist/gcc4/gcc/doc/gcov.texi b/gnu/dist/gcc4/gcc/doc/gcov.texi
index e96721e418a..45c68907941 100644
--- a/gnu/dist/gcc4/gcc/doc/gcov.texi
+++ b/gnu/dist/gcc4/gcc/doc/gcov.texi
@@ -128,8 +128,9 @@ gcov [@option{-v}|@option{--version}] [@option{-h}|@option{--help}]
[@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}.