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 | f2b0a907ea4eaebef27a8b8b831dbd499acd21c4 (patch) | |
tree | 5ab8dc856914194579f78790c9d3bc95f0070012 /docs/CommandGuide | |
parent | ebb9fef903bcf78dfa747c1196e006ac17bac8d2 (diff) |
remove htmlisms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/gccld.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/gccld.pod b/docs/CommandGuide/gccld.pod index 6accd1d778..937b16dbde 100644 --- a/docs/CommandGuide/gccld.pod +++ b/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. |