Is there any decent GUI(Graphical User Interface) WYSIWYG(What You See is What You Get) editor (on any platform) that can be used for authoring/editing manpages? An app that can export to the troff format would also be fine.

link|improve this question
2  
snort. Man pages / nroff is the diametrical opposite of WYSIWYG. I don't think such an editor is out there. – bmargulies Oct 9 '11 at 23:06
you'll get more eyes on your question if you add a tag for unix. Good luck. – shellter Oct 10 '11 at 15:21
Do you really want a GUI or just an easy way to make manpages? If the latter, I would recommend Perl POD. – jwodder Oct 11 '11 at 16:54
feedback

1 Answer

NroffEdit was originally created for writing RFCs, but since they're, like man pages, in troff format, I guess you could use it for that.

link|improve this answer
NroffEdit just might work. Here's a snippet from a description of one of NroffEdit's features... Converting from Text to Nroff If you don’t have an Nroff version of the document you are about to do edit on, then NroffEdit will create one for you from an existing text version of the document. Paste the existing RFC or Internet-Draft in the left window and select “Convert Text to Nroff” [...] The version in the right window is converted new Nroff, which is identical to the original text version. – Hair of the Dog Oct 11 '11 at 16:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.