Package: libgmp3-doc Version: 2:4.2.1+dfsg-4 Severity: minor
Hello. The documentation of gmp contains some errors concerning the functions int gmp_randinit_mt int gmp_randinit_set It mentions an int return value, while gmp.h prototypes mention a void return type, and no error code is documented. I suggest the following modification in doc/gmp.texi : 5513c5513 < @deftypefun int gmp_randinit_mt (gmp_randstate_t @var{state}) --- > @deftypefun void gmp_randinit_mt (gmp_randstate_t @var{state}) 5546c5546 < @deftypefun int gmp_randinit_set (gmp_randstate_t @var{rop}, gmp_randstate_t @var{op}) --- > @deftypefun void gmp_randinit_set (gmp_randstate_t @var{rop}, gmp_randstate_t > @var{op}) Bye. -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-4-k7 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]