Package: manpages-fr Version: 1.58.1-3 Severity: minor Tags: patch l10n Hi,
the swab(3) has a typo in the prototype of swab. The third arg, n, is shown as a size_t whereas it is actually a ssize_t. The english version does not suffer from this typo. A patch is attached to this mail. Thanks, Thomas -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.11-ck4 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- no debconf information
--- man3/swab.3- 2005-05-11 22:52:15.000000000 +0200 +++ man3/swab.3 2005-05-11 22:52:28.000000000 +0200 @@ -37,7 +37,7 @@ .nf .B #include <unistd.h> .sp -.BI "void swab (const void * " from ", void * " to ", size_t " n ); +.BI "void swab (const void * " from ", void * " to ", ssize_t " n ); .fi .SH DESCRIPTION La fonction \fBswab()\fP copie \fIn\fP octets de la cha�ne point�e par

