svn commit: r40911 - head/en_US.ISO8859-1/books/faq

Konstantin Belousov kostikbel at gmail.com
Fri Feb 8 01:17:03 UTC 2013


On Fri, Feb 08, 2013 at 12:22:50AM +0000, Eitan Adler wrote:
> Author: eadler
> Date: Fri Feb  8 00:22:49 2013
> New Revision: 40911
> URL: http://svnweb.freebsd.org/changeset/doc/40911
> 
> Log:
>   This question is unlikely to surprise people anymore.
This is often asked, and explanation is correct and well done.
Why did you removed it ?

>   
>   Noted by:	alfred
>   Approved by:	bcr (mentor, implicit)
> 
> Modified:
>   head/en_US.ISO8859-1/books/faq/book.xml
> 
> Modified: head/en_US.ISO8859-1/books/faq/book.xml
> ==============================================================================
> --- head/en_US.ISO8859-1/books/faq/book.xml	Fri Feb  8 00:22:46 2013	(r40910)
> +++ head/en_US.ISO8859-1/books/faq/book.xml	Fri Feb  8 00:22:49 2013	(r40911)
> @@ -8325,27 +8325,6 @@ panic: page fault</programlisting>
>        </qandaentry>
>  
>        <qandaentry>
> -	<question id="dlsym-failure">
> -	  <para>Why has <function>dlsym()</function> stopped working for
> -	    ELF executables?</para>
> -	</question>
> -
> -	<answer>
> -	  <para>The ELF toolchain does not, by default, make the symbols
> -	    defined in an executable visible to the dynamic linker.
> -	    Consequently <function>dlsym()</function> searches on
> -	    handles obtained from calls to <function>dlopen(NULL,
> -	      flags)</function> will fail to find such symbols.</para>
> -
> -	  <para>If you want to search, using
> -	    <function>dlsym()</function>, for symbols present in the
> -	    main executable of a process, you need to link the
> -	    executable using the <option>--export-dynamic</option>
> -	    option to the ELF linker (&man.ld.1;).</para>
> -	</answer>
> -      </qandaentry>
> -
> -      <qandaentry>
>  	<question id="change-kernel-address-space">
>  	  <para>How can I increase or reduce the kernel address space on
>  	    i386?</para>
> _______________________________________________
> svn-doc-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-doc-all
> To unsubscribe, send any mail to "svn-doc-all-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-head/attachments/20130208/7a2a4233/attachment.sig>


More information about the svn-doc-head mailing list