summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-nm.pod
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-20 18:57:02 +0000
committerChris Lattner <sabre@nondot.org>2006-11-20 18:57:02 +0000
commit1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e (patch)
tree061f12e8d5def6e8866691d81a405a14b8e7a65d /docs/CommandGuide/llvm-nm.pod
parentf7560ed6b1d5049799e5fc8ffb07aee83a80e5a8 (diff)
downloadllvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.tar.gz
llvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.tar.bz2
llvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.tar.xz
Fix PR1005
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-nm.pod')
-rw-r--r--docs/CommandGuide/llvm-nm.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-nm.pod b/docs/CommandGuide/llvm-nm.pod
index 55007839ca..863c27fccc 100644
--- a/docs/CommandGuide/llvm-nm.pod
+++ b/docs/CommandGuide/llvm-nm.pod
@@ -113,7 +113,7 @@ B<llvm-nm> exits with an exit code of zero.
=head1 SEE ALSO
-L<llvm-dis|llvm-dis>, L<ar(1)>, L<nm(1)>
+L<llvm-dis|llvm-dis>, ar(1), nm(1)
=head1 AUTHOR