Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.97k stars 169 forks source link

"mdocml" cannot process xpra.1 #66

Closed totaam closed 12 years ago

totaam commented 12 years ago

Issue migrated from trac ticket # 66

component: platforms | priority: trivial | resolution: fixed

2012-01-04 16:05:39: fecund created the issue


Hi- I just got the latest revision of the xpra man page because the one I had was not readable by "mandoc", and the current xpra.1 has the same issue. Which is: xpra.1:368:2: FATAL: line scope broken, syntax violated Line 368 is .PP Just trying to get the different options to disable while debugging. I can use "groff" to get some human readable output, though it is a hard-to-read format.

totaam commented 12 years ago

2012-01-04 16:07:37: fecund commented


ps. I can get good output from groff, using groff -man -Tascii xpra.1|less so this is a very minor issue. (Might be bigger if you want systems that rely on "mandoc" to work out-of-the-box)

totaam commented 12 years ago

2012-01-04 16:16:02: antoine changed status from new to accepted

totaam commented 12 years ago

2012-01-04 16:16:02: antoine commented


That would be great, but I cannot get any warnings or errors here.

Any suggestions for a fix? Or a where can I get mdoc for Fedora?

totaam commented 12 years ago

2012-01-04 16:16:02: antoine

totaam commented 12 years ago

2012-01-04 17:03:42: fecund commented


I'm not a whiz a roff macros, but deleting the ".TP" line just before the ".PP" line seems to make mandoc happy and still produces good-looking output.

There are Mac & Windows binaries for mandoc available from http://mdocml.bsd.lv/ so if you have one of those systems, you could try running xpra.1 through it there.

totaam commented 12 years ago

2012-01-04 17:08:05: antoine changed status from accepted to closed

totaam commented 12 years ago

2012-01-04 17:08:05: antoine changed resolution from * to fixed*

totaam commented 12 years ago

2012-01-04 17:08:05: antoine changed title from "madoc" cannot process xpra.1 to "mdocml" cannot process xpra.1

totaam commented 12 years ago

2012-01-04 17:08:05: antoine commented


applied in r392 - thanks!

totaam commented 12 years ago

2012-02-20 19:27:12: totaam