Hi, Here is a patch for a minor formating issue. It allows lexgrog to parse successfully the name section. http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html http://lintian.debian.org/full/joey@xxxxxxxxxxxxxxx#manpages -- Simon Paillard
>From f9bcc26d8b409575571773c72bc10f6591ec862d Mon Sep 17 00:00:00 2001 From: Simon Paillard <spaillard@xxxxxxxxxx> Date: Sun, 5 Jun 2011 02:58:24 +0200 Subject: [PATCH 4/4] ffix: no space in NAME section before \- It allows lexgrog/serch to work: http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html From: http://lintian.debian.org/full/joey@xxxxxxxxxxxxxxx#manpages --- man7/operator.7 | 2 +- man7/sigevent.7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/operator.7 b/man7/operator.7 index 3d8c42e..1473cb8 100644 --- a/man7/operator.7 +++ b/man7/operator.7 @@ -37,7 +37,7 @@ .\" .TH OPERATOR 7 2007-12-08 "Linux" "Linux Programmer's Manual" .SH NAME -C operator \- C operator precedence and order of evaluation +operator \- C operator precedence and order of evaluation .SH DESCRIPTION This manual page lists C operators and their precedence in evaluation. .nf diff --git a/man7/sigevent.7 b/man7/sigevent.7 index 229cc06..3ae93bd 100644 --- a/man7/sigevent.7 +++ b/man7/sigevent.7 @@ -23,7 +23,7 @@ .\" .TH SIGEVENT 7 2010-10-04 "GNU" "Linux Programmer's Manual" .SH NAME -struct sigevent \- structure for notification from asynchronous routines +sigevent \- structure for notification from asynchronous routines .SH SYNOPSIS .nf -- 1.7.2.5