Package: manpages-dev
Version: 6.19-3
Severity: normal
the memcmp(3) synopsis appears to be wrong:
```
0 dkg@bob:~$ man memcmp | head -n 13
memcmp(3)
Library Functions Manual
memcmp(3)
NAME
memcmp - memory compare
LIBRARY
Standard C library (libc, -lc)
SYNOPSIS
#include <string.h> // see memory.h(3head)
int memcmp(size_t n;
const void s1[n], const void s2[n], size_t n);
0 dkg@bob:~$
```
I think those last two lines should just be this one line:
```
int memcmp(const void s1[n], const void s2[n], size_t n);
```
Regards,
--dkg
-- System Information:
Debian Release: forky/sid
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'oldstable'),
(200, 'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 7.1.13+deb14-amd64 (SMP w/20 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages manpages-dev depends on:
ii manpages 6.19-3
manpages-dev recommends no packages.
Versions of packages manpages-dev suggests:
ii man-db [man-browser] 2.13.1-1
-- no debconf information