The code/script which generates
http://wiki.openssl.org/index.php/Documentation_Index
from the manpages looks like it contains two bugs:

1. If a manpage lists another function under "see also", that other
  function is listed as a subitem of that first manpage, causing
  lotsof duplicate entries in the list.

2. If a function is listed in the NAME section of a manpage (as it
  should), but not in any "see also" of other manpages, it is not
  listed at all.  This affects functions such as SSL_set_mode(),
  because all the other manpages only does a see also for the
  combined SSL_CTX_set_mode() and SSL_set_mode() manpage.

In other words, the script looks like it is indexing the SEE ALSO
section, ratherthan the TITLES and NAME sections (which is what
man(1) on *n*x does).

Enjoy

Jakob
--
Jakob Bohm, CIO, Partner, WiseMo A/S.  http://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to