diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:37:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-29 03:37:54 +0000 |
commit | ede0ae0ed8020041dbd21026bc00acf57f6b9ef8 (patch) | |
tree | ad7b4b1c7d14d7503dc4cc29d48f58ff28c97807 /docs | |
parent | 22e4cdedb65ad77e7a706ac92a9444a8c38aad58 (diff) | |
download | external_llvm-ede0ae0ed8020041dbd21026bc00acf57f6b9ef8.zip external_llvm-ede0ae0ed8020041dbd21026bc00acf57f6b9ef8.tar.gz external_llvm-ede0ae0ed8020041dbd21026bc00acf57f6b9ef8.tar.bz2 |
Add a link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/llvm-ar.pod | 2 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-ranlib.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llvm-ar.pod b/docs/CommandGuide/llvm-ar.pod index 99fdcb9..1c8d0ab 100644 --- a/docs/CommandGuide/llvm-ar.pod +++ b/docs/CommandGuide/llvm-ar.pod @@ -398,7 +398,7 @@ exit code of 3. =head1 SEE ALSO -L<llvm-ranlib|llvm-ranlib> +L<llvm-ranlib|llvm-ranlib>, L<ar(1)> =head1 AUTHORS diff --git a/docs/CommandGuide/llvm-ranlib.pod b/docs/CommandGuide/llvm-ranlib.pod index 18c72d3..db720f6 100644 --- a/docs/CommandGuide/llvm-ranlib.pod +++ b/docs/CommandGuide/llvm-ranlib.pod @@ -43,7 +43,7 @@ exit code will be returned. =head1 SEE ALSO -L<llvm-ar|llvm-ar> +L<llvm-ar|llvm-ar>, L<ranlib(1)> =head1 AUTHORS |