Package: manpages-dev Version: 2.02-2 Severity: minor Tags: patch Hello,
There is a typo in the msgget.2 man page, which prevents one line to be displayed. See attached patch. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Versions of packages manpages-dev depends on: ii manpages 2.02-2 Manual pages about using a GNU/Lin manpages-dev recommends no packages. -- no debconf information Thanks in advance, -- Nekral
--- msgget.2.orig 2005-09-03 23:57:37.000000000 +0200 +++ msgget.2 2005-09-03 23:58:19.000000000 +0200 @@ -98,7 +98,7 @@ .PP If a new message queue is created, then its associated data structure -.i msqid_ds +.I msqid_ds (see .BR msgctl (2)) is initialised as follows:

