[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-prof.pod

Misha Brukman brukman at cs.uiuc.edu
Mon Nov 15 12:30:29 PST 2004



Changes in directory llvm/docs/CommandGuide:

llvm-prof.pod updated: 1.3 -> 1.4
---
Log message:

Fix syntax within a B<> tag


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/CommandGuide/llvm-prof.pod
diff -u llvm/docs/CommandGuide/llvm-prof.pod:1.3 llvm/docs/CommandGuide/llvm-prof.pod:1.4
--- llvm/docs/CommandGuide/llvm-prof.pod:1.3	Fri Jul  2 11:06:19 2004
+++ llvm/docs/CommandGuide/llvm-prof.pod	Mon Nov 15 14:30:19 2004
@@ -47,8 +47,8 @@
 
 =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
 






More information about the llvm-commits mailing list