mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 07:27:54 -04:00
16 lines
646 B
Plaintext
16 lines
646 B
Plaintext
$NetBSD$
|
|
|
|
--- gcc/doc/gcov.texi.orig Fri Feb 20 15:20:38 2009
|
|
+++ gcc/doc/gcov.texi
|
|
@@ -128,8 +128,9 @@ gcov [@option{-v}|@option{--version}] [@option{-h}|@op
|
|
[@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{sourcefiles}
|
|
+ [@option{-o}|@option{--object-directory} @var{directory|file}]
|
|
[@option{-u}|@option{--unconditional-branches}]
|
|
+ @var{sourcefiles}
|
|
@c man end
|
|
@c man begin SEEALSO
|
|
gpl(7), gfdl(7), fsf-funding(7), gcc(1) and the Info entry for @file{gcc}.
|