diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-09-09 16:12:28 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-09-09 16:12:28 +0000 |
commit | 1d0a3c9c5fd01f52cfd1cc5a1cba25d31dc1eb18 (patch) | |
tree | a9e39793050a9775f24c06504b3523d78a710fdc /ld/ld.texinfo | |
parent | 13a830b61a6d9f68e342709be65ba8a0b7f222e6 (diff) | |
download | gdb-1d0a3c9c5fd01f52cfd1cc5a1cba25d31dc1eb18.zip gdb-1d0a3c9c5fd01f52cfd1cc5a1cba25d31dc1eb18.tar.gz gdb-1d0a3c9c5fd01f52cfd1cc5a1cba25d31dc1eb18.tar.bz2 |
* ld.texinfo: Fix arguments of @var to not contain punctuation.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 115f7a2..4494370 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1382,7 +1382,7 @@ option is given. Note that the symbols @code{DllMain@@12}, exported. @kindex --exclude-symbols -@item --exclude-symbols @var{symbol,symbol,...} +@item --exclude-symbols @var{symbol},@var{symbol},... Specifies a list of symbols which should not be automatically exported. The symbol names may be delimited by commas or colons. |