diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 16:06:19 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-02 16:06:19 +0000 |
commit | 6c4644b4a9c1c39b36e6bc7a260d19d855ff857a (patch) | |
tree | b7ffd1cb5ff012ee66f380d1d7728c2127a6fe9b /llvm/docs/CommandGuide/llvm-prof.pod | |
parent | 763855342b6b9ccd9f2399e85d8651ac5ecd911c (diff) | |
download | bcm5719-llvm-6c4644b4a9c1c39b36e6bc7a260d19d855ff857a.tar.gz bcm5719-llvm-6c4644b4a9c1c39b36e6bc7a260d19d855ff857a.zip |
* Standardize manpage output: program name bold, options italic/emphasized
* Make links in SEE ALSO section of manpages short without "the ... manpage"
llvm-svn: 14579
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-prof.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-prof.pod | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.pod b/llvm/docs/CommandGuide/llvm-prof.pod index 51f44769b5e..83566f0fdee 100644 --- a/llvm/docs/CommandGuide/llvm-prof.pod +++ b/llvm/docs/CommandGuide/llvm-prof.pod @@ -6,7 +6,7 @@ llvm-prof - print execution profile of LLVM program =head1 SYNOPSIS -llvm-prof [options] [bytecode file] [llvmprof.out] +B<llvm-prof> [I<options>] [I<bytecode file>] [I<llvmprof.out>] =head1 DESCRIPTION @@ -47,12 +47,11 @@ error. =head1 EXIT STATUS -B<llvm-prof> returns 1 if it cannot load the bytecode file or the profile -information. Otherwise, it exits with zero. +B<llvm-prof|llvm-prof> returns 1 if it cannot load the bytecode file or the +profile information. Otherwise, it exits with zero. =head1 AUTHOR B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |