aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
parentf7560ed6b1d5049799e5fc8ffb07aee83a80e5a8 (diff)
downloadexternal_llvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.zip
external_llvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.tar.gz
external_llvm-1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e.tar.bz2
Fix PR1005
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-ar.pod2
-rw-r--r--docs/CommandGuide/llvm-nm.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod
index e8265c9..daed66b 100644
--- a/docs/CommandGuide/llvm-ar.pod
+++ b/docs/CommandGuide/llvm-ar.pod
@@ -397,7 +397,7 @@ exit code of 3.
=head1 SEE ALSO
-L<llvm-ranlib|llvm-ranlib>, L<ar(1)>
+L<llvm-ranlib|llvm-ranlib>, ar(1)
=head1 AUTHORS
diff --git a/docs/CommandGuide/llvm-nm.pod b/docs/CommandGuide/llvm-nm.pod
index 5500783..863c27f 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