diff --git a/llvm/docs/CommandGuide/analyze.pod b/llvm/docs/CommandGuide/analyze.pod index 3df0898760c9..e1bbe780645a 100644 --- a/llvm/docs/CommandGuide/analyze.pod +++ b/llvm/docs/CommandGuide/analyze.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ analyze - LLVM program analyzer =head1 SYNOPSIS -analyze [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -67,12 +66,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L +L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - - diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index acd51811263c..7317b399024b 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 [I] [I] [I] B<--args> I =head1 DESCRIPTION @@ -240,11 +240,10 @@ if an error occurs, it will exit with a non-zero value. =head1 SEE ALSO -L, L +L, L =head1 AUTHOR Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/extract.pod b/llvm/docs/CommandGuide/extract.pod index e2f860eda864..3232d8ef21d2 100644 --- a/llvm/docs/CommandGuide/extract.pod +++ b/llvm/docs/CommandGuide/extract.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ extract - extract a function from an LLVM module =head1 SYNOPSIS -extract [options] --func function-name [filename] +B [I] B<--func> I [I] =head1 DESCRIPTION @@ -64,11 +63,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L +L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/gccas.pod b/llvm/docs/CommandGuide/gccas.pod index c5ee63b3c17b..0c491a21dec3 100644 --- a/llvm/docs/CommandGuide/gccas.pod +++ b/llvm/docs/CommandGuide/gccas.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ gccas - optimizing LLVM assembler =head1 SYNOPSIS -gccas [options] filename +B [I] I =head1 DESCRIPTION @@ -68,11 +67,10 @@ status. =head1 SEE ALSO -L, L +L, L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/gccld.pod b/llvm/docs/CommandGuide/gccld.pod index 6b0257485fe7..6accd1d77851 100644 --- a/llvm/docs/CommandGuide/gccld.pod +++ b/llvm/docs/CommandGuide/gccld.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ gccld - optimizing LLVM linker =head1 SYNOPSIS -gccld [options] file1 [file2 ...] +B [I] I =head1 DESCRIPTION @@ -167,11 +166,10 @@ status. =head1 SEE ALSO -L, L +L, L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod index 2f812b991a5b..71cbf1cb3a3b 100644 --- a/llvm/docs/CommandGuide/llc.pod +++ b/llvm/docs/CommandGuide/llc.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ llc - LLVM static compiler =head1 SYNOPSIS -llc [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -194,11 +193,10 @@ it will exit with a non-zero value. =head1 SEE ALSO -L +L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod index 0f1fb96b2c3a..25888c4e8576 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 [I] [I] [I] =head1 DESCRIPTION -B 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 takes -all of the same code generator options as L, but they are only effective -when B is using the just-in-time compiler. +B 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 takes all of +the same code generator options as L, but they are only effective when +B is using the just-in-time compiler. If I is not specified, then B 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 +L =head1 AUTHOR diff --git a/llvm/docs/CommandGuide/llvm-as.pod b/llvm/docs/CommandGuide/llvm-as.pod index 55cfba5851d9..9413c0c3ea87 100644 --- a/llvm/docs/CommandGuide/llvm-as.pod +++ b/llvm/docs/CommandGuide/llvm-as.pod @@ -6,7 +6,7 @@ llvm-as - LLVM assembler =head1 SYNOPSIS -llvm-as [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -77,11 +77,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L, L +L, L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llvm-bcanalyzer.pod b/llvm/docs/CommandGuide/llvm-bcanalyzer.pod index 28a27b0e30b8..55ad323ca6dd 100644 --- a/llvm/docs/CommandGuide/llvm-bcanalyzer.pod +++ b/llvm/docs/CommandGuide/llvm-bcanalyzer.pod @@ -6,7 +6,7 @@ llvm-bcanalyzer - LLVM bytecode analyzer =head1 SYNOPSIS -llvm-bcanalyzer [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -57,7 +57,7 @@ occurs, it will exit with a non-zero value, usually 1. =head1 SEE ALSO -L, L +L, L =head1 AUTHORS diff --git a/llvm/docs/CommandGuide/llvm-db.pod b/llvm/docs/CommandGuide/llvm-db.pod index 23fb4f8b0e17..14073dd104a4 100644 --- a/llvm/docs/CommandGuide/llvm-db.pod +++ b/llvm/docs/CommandGuide/llvm-db.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -15,4 +14,3 @@ L in the meantime. Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llvm-dis.pod b/llvm/docs/CommandGuide/llvm-dis.pod index 1e03790e5ee2..20556fbc766e 100644 --- a/llvm/docs/CommandGuide/llvm-dis.pod +++ b/llvm/docs/CommandGuide/llvm-dis.pod @@ -6,7 +6,7 @@ llvm-dis - LLVM disassembler =head1 SYNOPSIS -llvm-dis [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -56,11 +56,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L +L =head1 AUTHORS Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llvm-link.pod b/llvm/docs/CommandGuide/llvm-link.pod index 16a9b560c0c8..d7d34e271279 100644 --- a/llvm/docs/CommandGuide/llvm-link.pod +++ b/llvm/docs/CommandGuide/llvm-link.pod @@ -6,7 +6,7 @@ llvm-link - LLVM linker =head1 SYNOPSIS -llvm-link [options] filename [...] +B [I] I =head1 DESCRIPTION diff --git a/llvm/docs/CommandGuide/llvm-nm.pod b/llvm/docs/CommandGuide/llvm-nm.pod index 62080808a048..8a10405715fe 100644 --- a/llvm/docs/CommandGuide/llvm-nm.pod +++ b/llvm/docs/CommandGuide/llvm-nm.pod @@ -6,7 +6,7 @@ llvm-nm - list LLVM bytecode file's symbol table =head1 SYNOPSIS -llvm-nm [options] [filenames...] +B [I] [I] =head1 DESCRIPTION @@ -113,11 +113,10 @@ B exits with an exit code of zero. =head1 SEE ALSO -L, L, L +L, L, L =head1 AUTHOR Maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llvm-prof.pod b/llvm/docs/CommandGuide/llvm-prof.pod index 51f44769b5ea..83566f0fdeeb 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 [I] [I] [I] =head1 DESCRIPTION @@ -47,12 +47,11 @@ error. =head1 EXIT STATUS -B returns 1 if it cannot load the bytecode file or the profile -information. Otherwise, it exits with zero. +B returns 1 if it cannot load the bytecode file or the +profile information. Otherwise, it exits with zero. =head1 AUTHOR B is maintained by the LLVM Team (L). =cut - diff --git a/llvm/docs/CommandGuide/llvmgcc.pod b/llvm/docs/CommandGuide/llvmgcc.pod index c4b553a15a06..7e4923cb2019 100644 --- a/llvm/docs/CommandGuide/llvmgcc.pod +++ b/llvm/docs/CommandGuide/llvmgcc.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ llvmgcc - LLVM C front-end =head1 SYNOPSIS -llvmgcc [options] filename +B [I] I =head1 DESCRIPTION @@ -78,7 +77,7 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L, L, L +L, L, L =head1 AUTHORS diff --git a/llvm/docs/CommandGuide/llvmgxx.pod b/llvm/docs/CommandGuide/llvmgxx.pod index b5058af3780d..b29174b107f3 100644 --- a/llvm/docs/CommandGuide/llvmgxx.pod +++ b/llvm/docs/CommandGuide/llvmgxx.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ llvmg++ - LLVM C++ front-end =head1 SYNOPSIS -llvmg++ [options] filename +B [I] I =head1 DESCRIPTION diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod index bd27ec17f959..64062ec49df4 100644 --- a/llvm/docs/CommandGuide/opt.pod +++ b/llvm/docs/CommandGuide/opt.pod @@ -1,4 +1,3 @@ - =pod =head1 NAME @@ -7,7 +6,7 @@ opt - LLVM optimizer =head1 SYNOPSIS -opt [options] [filename] +B [I] [I] =head1 DESCRIPTION @@ -89,11 +88,10 @@ occurs, it will exit with a non-zero value. =head1 SEE ALSO -L +L =head1 AUTHORS Maintained by the LLVM Team (L). =cut -