From: Agathe Porte <gagath@debian.org>
Date: Sat, 25 May 2024 16:56:48 +0200
Subject: man: use NAME section

This patch fixes the following Lintian warning:

W: opentracker-common: bad-whatis-entry [usr/share/man/man1/opentracker.1.gz]
N:
N:   A manual page should start with a NAME section, which lists the program
N:   name and a brief description. The NAME section is used to generate a
N:   database that can be queried by commands like apropos and whatis. You are
N:   seeing this tag because lexgrog was unable to parse the NAME section.
---
 man1/opentracker.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man1/opentracker.1 b/man1/opentracker.1
index 451cf43..643d71c 100644
--- a/man1/opentracker.1
+++ b/man1/opentracker.1
@@ -1,7 +1,7 @@
 .Dd 15/4/2024
 .Dt opentracker 1
 .Os Unix
-.Sh opentracker
+.Sh NAME
 .Nm opentracker
 .Nd a free and open bittorrent tracker
 .Sh SYNOPSIS
