Package: manpages Version: 2.17-1 Severity: minor Tags: patch Hello,
The attached patch adds a missing end of list (.El) in elf.5. This fixes a warning when the page is displayed. Kind Regards, -- Nekral
diff -rauN ../orig/manpages-2.17/man5/elf.5 ./manpages-2.17/man5/elf.5 --- ../orig/manpages-2.17/man5/elf.5 2005-07-15 14:06:06.000000000 +0200 +++ ./manpages-2.17/man5/elf.5 2006-01-24 23:38:20.000000000 +0100 @@ -1271,6 +1271,7 @@ .br convert a binding and a type into an st_info value. .El +.El .Pp .It Dv st_other This member currently holds zero and has no defined meaning.

