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/bugpoint.pod | |
parent | 763855342b6b9ccd9f2399e85d8651ac5ecd911c (diff) | |
download | llvm-6c4644b4a9c1c39b36e6bc7a260d19d855ff857a.zip llvm-6c4644b4a9c1c39b36e6bc7a260d19d855ff857a.tar.gz llvm-6c4644b4a9c1c39b36e6bc7a260d19d855ff857a.tar.bz2 |
* 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/bugpoint.pod')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index acd5181..7317b39 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/docs/CommandGuide/bugpoint.pod @@ -6,7 +6,7 @@ bugpoint - automatic test case reduction tool =head1 SYNOPSIS -bugpoint [options] [input LLVM ll/bc files] [LLVM passes] B<--args> +B<bugpoint> [I<options>] [I<input LLVM ll/bc files>] [I<LLVM passes>] B<--args> I<program arguments> =head1 DESCRIPTION @@ -240,11 +240,10 @@ if an error occurs, it will exit with a non-zero value. =head1 SEE ALSO -L<opt>, L<analyze> +L<opt|opt>, L<analyze|analyze> =head1 AUTHOR Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>). =cut - |