gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

dbk2man.py generates incorrect man pages #56

Open Mno-hime opened 6 years ago

Mno-hime commented 6 years ago

I build man pages from zziplib 0.13.69 release via dbk2man.py on OpenIndiana and some of the generated man pages are incorrect. E.g. zzip_disk_buffer.3's content is

.so zzip_disk_mmap.3

but should be

.so man3/zzip_disk_mmap.3

man zzip_disk_buffer for the generated man pages says just: See the file zzip_disk_mmap.3. I believe we are using OpenBSD's mandoc as man(1). xmlto is generating man pages correctly.

gdraheim commented 4 years ago

A change to dbk2man.py generates ".so man3/xx" pages.

It should work as expected now.