diff options
author | Alan Modra <amodra@gmail.com> | 2003-02-18 04:52:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-02-18 04:52:21 +0000 |
commit | 9a6c7def2663ae4f3afeede4777efc31f8d601bd (patch) | |
tree | 82615d319e7f7fc37f8a039c55b62f95fb29f3ec /ld/ld.texinfo | |
parent | d68a90cfcaf9f22b7f29bef608b040571cf86c46 (diff) | |
download | binutils-9a6c7def2663ae4f3afeede4777efc31f8d601bd.zip binutils-9a6c7def2663ae4f3afeede4777efc31f8d601bd.tar.gz binutils-9a6c7def2663ae4f3afeede4777efc31f8d601bd.tar.bz2 |
* ld.texinfo: Remove spaces between @samp and opening brace.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 0255662..62ec58d 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1126,9 +1126,9 @@ first definition will be used. @item --allow-shlib-undefined @itemx --no-allow-shlib-undefined Allow (the default) or disallow undefined symbols in shared objects. -The setting of this switch overrides @samp {--no-undefined} where -shared objects are concerned. Thus if @samp {--no-undefined} is set -but @samp {--no-allow-shlib-undefined} is not, the net result will be +The setting of this switch overrides @samp{--no-undefined} where +shared objects are concerned. Thus if @samp{--no-undefined} is set +but @samp{--no-allow-shlib-undefined} is not, the net result will be that undefined symbols in regular object files will trigger an error, but undefined symbols in shared objects will be ignored. |