diff options
author | Martin Liska <mliska@suse.cz> | 2021-05-24 15:28:55 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-05-24 15:28:55 +0200 |
commit | d5bc4d65275781ea5cf0f7f89b9bde629d744bda (patch) | |
tree | e857024f5a2d6dcb7f871ee3074ecfc2bfd98448 /gcc | |
parent | f146ba4d8a65ed8e4a98a49f7c733924ad3d6406 (diff) | |
download | gcc-d5bc4d65275781ea5cf0f7f89b9bde629d744bda.zip gcc-d5bc4d65275781ea5cf0f7f89b9bde629d744bda.tar.gz gcc-d5bc4d65275781ea5cf0f7f89b9bde629d744bda.tar.bz2 |
Small man-page related changes.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/gcov-dump.texi | 3 | ||||
-rw-r--r-- | gcc/doc/lto-dump.texi | 9 |
2 files changed, 4 insertions, 8 deletions
diff --git a/gcc/doc/gcov-dump.texi b/gcc/doc/gcov-dump.texi index ab76841..2e82a18 100644 --- a/gcc/doc/gcov-dump.texi +++ b/gcc/doc/gcov-dump.texi @@ -13,7 +13,8 @@ dump content of gcda and gcno profile files offline. @subsubheading Synopsis -gcov-dump [@option{-v}|@option{--version}] +gcov-dump + [@option{-v}|@option{--version}] [@option{-h}|@option{--help}] [@option{-l}|@option{--long}] [@option{-p}|@option{--positions}] diff --git a/gcc/doc/lto-dump.texi b/gcc/doc/lto-dump.texi index ff64137..54d4cc1 100644 --- a/gcc/doc/lto-dump.texi +++ b/gcc/doc/lto-dump.texi @@ -11,15 +11,10 @@ @command{lto-dump} is a tool you can use in conjunction with GCC to dump link time optimization object files. -@smallexample -Usage: lto-dump @r{[}@var{OPTION}@r{]} ... @var{objfiles} -@end smallexample - -@command{lto-dump} accepts the following options: - @subsubheading Synopsis -lto-dump [@option{-list}] +lto-dump + [@option{-list}] [@option{-demangle}] [@option{-defined-only}] [@option{-print-value}] |