diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-13 20:13:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-13 20:13:39 +0000 |
commit | 91a649a28e93445dcd9cc9d44789b391d1a34b65 (patch) | |
tree | 9d0cdf06ec79df02ca90e79232db9dc784557b7e /llvm/docs/CommandGuide/gccld.pod | |
parent | 3ea0d3f6f0c20344ebc26394232ebd5ceee7e353 (diff) | |
download | bcm5719-llvm-91a649a28e93445dcd9cc9d44789b391d1a34b65.tar.gz bcm5719-llvm-91a649a28e93445dcd9cc9d44789b391d1a34b65.zip |
remove htmlisms
llvm-svn: 21971
Diffstat (limited to 'llvm/docs/CommandGuide/gccld.pod')
-rw-r--r-- | llvm/docs/CommandGuide/gccld.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/gccld.pod b/llvm/docs/CommandGuide/gccld.pod index 6accd1d7785..937b16dbdef 100644 --- a/llvm/docs/CommandGuide/gccld.pod +++ b/llvm/docs/CommandGuide/gccld.pod @@ -112,7 +112,7 @@ Do not mark all symbols as internal. Preserve the list of symbol names in the file filename. -=item B<-internalize-public-api-list <list>> +=item B<-internalize-public-api-list I<list> Preserve the symbol names in list. |