Problems with chroot.2: My translator trips over a useless command in list markup. List syntax error. This means .IP, .TP or .RS/.RE markup is garbled. Common causes include .TP just before a section header, .TP entries with tags but no bodies, and mandoc lists with no trailing .El. These confuse doclifter, and may also mess up stricter man-page browsers like Xman and Rosetta. --- chroot.2-unpatched 2012-06-30 16:40:34.828017118 -0400 +++ chroot.2 2012-06-30 16:41:39.536015957 -0400 @@ -46,15 +46,12 @@ .BR chroot (): .ad l .RS 4 -.PD 0 -.TP 4 Since glibc 2.2.2: .nf _BSD_SOURCE || (_XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED) && !(_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600) -.TP 4 .fi Before glibc 2.2.2: none .PD