This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ld.texinfo errors


ld.texinfo:1129: @samp expected `{...}'
etc.

	* ld.texinfo: Remove spaces between @samp and opening brace.

Index: ld/ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.85
diff -u -p -r1.85 ld.texinfo
--- ld/ld.texinfo	17 Feb 2003 18:24:37 -0000	1.85
+++ ld/ld.texinfo	18 Feb 2003 04:51:09 -0000
@@ -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.
 

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]