Fix syntax within a B<> tag
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 20:30:19 +0000 (20:30 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 15 Nov 2004 20:30:19 +0000 (20:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17843 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-prof.pod

index 83566f0fdeebd54b99641dc35384c1c52cbc8497..b65902077b42f39971fb30c1b5add0a601ca6659 100644 (file)
@@ -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