aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-15 20:30:19 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-15 20:30:19 +0000
commitbae412a99e3c5505f736b335cabd9280613b7787 (patch)
tree0ed37d1213ef4499b008c04008162bd94d4a64f4 /docs
parentbd264752045b0ec2df0520102d52643193c147e4 (diff)
downloadexternal_llvm-bae412a99e3c5505f736b335cabd9280613b7787.zip
external_llvm-bae412a99e3c5505f736b335cabd9280613b7787.tar.gz
external_llvm-bae412a99e3c5505f736b335cabd9280613b7787.tar.bz2
Fix syntax within a B<> tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-prof.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-prof.pod b/docs/CommandGuide/llvm-prof.pod
index 83566f0..b659020 100644
--- a/docs/CommandGuide/llvm-prof.pod
+++ b/docs/CommandGuide/llvm-prof.pod
@@ -47,8 +47,8 @@ error.
=head1 EXIT STATUS
-B<llvm-prof|llvm-prof> returns 1 if it cannot load the bytecode file or the
-profile information. Otherwise, it exits with zero.
+B<llvm-prof> returns 1 if it cannot load the bytecode file or the profile
+information. Otherwise, it exits with zero.
=head1 AUTHOR