From: Chris Lattner Date: Mon, 20 Nov 2006 18:57:02 +0000 (+0000) Subject: Fix PR1005 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1dcf5e8c3a10a86eaef59f8b403a67670ebecb2e;p=oota-llvm.git Fix PR1005 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31881 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index e8265c9aa4c..daed66bea4a 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, L +L, ar(1) =head1 AUTHORS diff --git a/docs/CommandGuide/llvm-nm.pod b/docs/CommandGuide/llvm-nm.pod index 55007839cad..863c27fccce 100644 --- a/docs/CommandGuide/llvm-nm.pod +++ b/docs/CommandGuide/llvm-nm.pod @@ -113,7 +113,7 @@ B exits with an exit code of zero. =head1 SEE ALSO -L, L, L +L, ar(1), nm(1) =head1 AUTHOR