summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/lli.pod
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-02 16:06:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-02 16:06:19 +0000
commit6c4644b4a9c1c39b36e6bc7a260d19d855ff857a (patch)
treeb7ffd1cb5ff012ee66f380d1d7728c2127a6fe9b /llvm/docs/CommandGuide/lli.pod
parent763855342b6b9ccd9f2399e85d8651ac5ecd911c (diff)
downloadbcm5719-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/lli.pod')
-rw-r--r--llvm/docs/CommandGuide/lli.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod
index 0f1fb96b2c3..25888c4e857 100644
--- a/llvm/docs/CommandGuide/lli.pod
+++ b/llvm/docs/CommandGuide/lli.pod
@@ -6,15 +6,15 @@ lli - directly execute programs from LLVM bytecode
=head1 SYNOPSIS
-lli [options] [filename] [args ...]
+B<lli> [I<options>] [I<filename>] [I<program args>]
=head1 DESCRIPTION
-B<lli> directly executes programs in LLVM bytecode format. It takes a program in
-LLVM bytecode format and executes it using a just-in-time compiler, if one is
-available for the current architecture, or an interpreter. B<lli> takes
-all of the same code generator options as L<llc|llc>, but they are only effective
-when B<lli> is using the just-in-time compiler.
+B<lli> directly executes programs in LLVM bytecode format. It takes a program
+in LLVM bytecode format and executes it using a just-in-time compiler, if one is
+available for the current architecture, or an interpreter. B<lli> takes all of
+the same code generator options as L<llc|llc>, but they are only effective when
+B<lli> is using the just-in-time compiler.
If I<filename> is not specified, then B<lli> reads the LLVM bytecode for the
program from standard input.
@@ -67,7 +67,7 @@ Otherwise, it will return the exit code of the program it executes.
=head1 SEE ALSO
-L<llc>
+L<llc|llc>
=head1 AUTHOR
OpenPOWER on IntegriCloud