diff options
author | Chris Lattner <sabre@nondot.org> | 2006-11-20 18:57:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-11-20 18:57:02 +0000 |
commit | 1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e (patch) | |
tree | 061f12e8d5def6e8866691d81a405a14b8e7a65d /docs/CommandGuide | |
parent | f7560ed6b1d5049799e5fc8ffb07aee83a80e5a8 (diff) |
Fix PR1005
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-nm.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index e8265c9aa4..daed66bea4 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 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 |