From 1f96052d41e7c85f0fe1cafd07c0e6d77abaa732 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 20 Nov 2006 18:57:02 +0000 Subject: [PATCH] Fix PR1005 llvm-svn: 31881 --- llvm/docs/CommandGuide/llvm-ar.pod | 2 +- llvm/docs/CommandGuide/llvm-nm.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/llvm-ar.pod b/llvm/docs/CommandGuide/llvm-ar.pod index e8265c9aa4c1..daed66bea4a3 100644 --- a/llvm/docs/CommandGuide/llvm-ar.pod +++ b/llvm/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/llvm/docs/CommandGuide/llvm-nm.pod b/llvm/docs/CommandGuide/llvm-nm.pod index 55007839cad8..863c27fccce9 100644 --- a/llvm/docs/CommandGuide/llvm-nm.pod +++ b/llvm/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