diff docs/manual.docbook.sgml @ 440:fda62f676ed4

Allow specifying exact filenames for -l in lwlink Allow prefixing a library name with a colon (":") to instruct lwlink to search for a file with exactly the specified name in the library path. There is no change for existing behaviour if there is no colon prefix. Thus: -lfoo -> looks for "libfoo.a" -l:foo -> looks for exactly "foo"
author William Astle <lost@l-w.ca>
date Mon, 27 Nov 2017 22:21:42 -0700
parents fc166b3bbae3
children 6b19418c465c
line wrap: on
line diff
--- a/docs/manual.docbook.sgml	Tue Aug 15 20:49:58 2017 -0600
+++ b/docs/manual.docbook.sgml	Mon Nov 27 22:21:42 2017 -0700
@@ -2233,8 +2233,9 @@
 <term><option>-l LIBSPEC</option></term>
 <listitem>
 <para>
-Load a library using the library search path. LIBSPEC will have "lib" prepended
-and ".a" appended.
+Load a library using the library search path. If LIBSPEC is prefixed with a
+colon (":"), then LIBSPEC is the precise filename to be searched for in the
+library path. Otherwise, LIBSPEC will have "lib" prepended and ".a" appended.
 </para>
 </listitem>
 </varlistentry>