Package: file
Version: 4.20-3
Severity: minor
Tags: patch

Hello,

The file.1 manpage used the .In macro, which only support one argument
(i.e. no punctuation), and should be used only in a SYNOPSIS section (it
introduces a line break).
Using .In with a punctuation results in missing word and a warning when
the man page is displayed.

I propose to to use a .Pa (Path) instead of .In

Kind Regards,
-- 
Nekral
diff -rauN ../orig/file-4.20/doc/file.man ./file-4.20/doc/file.man
--- ../orig/file-4.20/doc/file.man	2007-01-25 22:05:46.000000000 +0100
+++ ./file-4.20/doc/file.man	2007-04-02 21:29:59.000000000 +0200
@@ -76,17 +76,17 @@
 implement them)
 are intuited if they are defined in
 the system header file
-.In sys/stat.h .
+.Pa sys/stat.h .
 .Pp
 The magic number tests are used to check for files with data in
 particular fixed formats.
 The canonical example of this is a binary executable (compiled program)
 .Dv a.out
 file, whose format is defined in 
-.In elf.h ,
-.In a.out.h
+.Pa elf.h ,
+.Pa a.out.h
 and possibly
-.In exec.h
+.Pa exec.h
 in the standard include directory.
 These files have a 
 .Sq "magic number"
@@ -144,7 +144,7 @@
 it will
 attempt to determine in what language the file is written.
 The language tests look for particular strings (cf
-.In names.h
+.Pa names.h
 that can appear anywhere in the first few blocks of a file.
 For example, the keyword
 .Em .br

Reply via email to