* ld.texinfo: Remove spaces between @samp and opening brace.
authorAlan Modra <amodra@gmail.com>
Tue, 18 Feb 2003 04:52:21 +0000 (04:52 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 18 Feb 2003 04:52:21 +0000 (04:52 +0000)
ld/ChangeLog
ld/ld.texinfo

index 13dd4f4f53220af7e0c5506fb419d913a2b5d19a..bd11d0d4597f9920320b7a3d411aba30aaf81ddd 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo: Remove spaces between @samp and opening brace.
+
 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/ppc64elf.em (ppc_create_output_section_statements): Check
index 0255662b8ebe09a215669dc5d4403d96a07c7642..62ec58d1f906a8f78dad445d8ba895314907e773 100644 (file)
@@ -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.