Sent from my iPhonho )yl
insertions(+), 9 deletions(-)
diff --git a/man3/scanf.3 b/man3/scanf.3
index 55058f3d2..199c8a19a 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -308,10 +308,6 @@ and the next pointer is a pointer to
.I double
(rather than
.IR float ).
-Specifying two
-.B l
-characters is equivalent to
-.BR
Hi Jonathan,
Thank you very much for your response.
Since the previous email I have had more correspondence with Marc at
the OpenBSD misc mailing list.
He clarified that the reason the -L/usr/lib prefix was added, was
"because of ld.ldd, the linker from clang. see, that one does not link
ion that it turns
> out not to be needed.
>
> I describe my problem here:
> https://marc.info/?l=openbsd-misc&m=161472828522043&w=2
>
> In summary my problem is that on OpenBSD, GCC will prepend to LD's
> arguments "-L/usr/lib", which means that "-lz&qu
https://marc.info/?l=openbsd-misc&m=161472828522043&w=2
In summary my problem is that on OpenBSD, GCC will prepend to LD's
arguments "-L/usr/lib", which means that "-lz" NEVER will take my
local custom-built libz.so (which is what I want GCC/LD to do), but
instead always wil
http://www.jsbaden.be/js/herbal.php?NussAlanaNuss
Lets suppose I build GNU's sed using gcc 4.2.0 on AIX. At link time,
the flag -L/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0/../../.. is
passed along with -L/usr/local/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0 to
ld. sed links and runs fine.
In the executable, this list of paths is