Post 9uQWyoIrakOOJlvOO8 by ed_packet@a2mi.social
(DIR) More posts by ed_packet@a2mi.social
(DIR) Post #9uQWyoIrakOOJlvOO8 by ed_packet@a2mi.social
2020-04-26T04:46:44Z
0 likes, 1 repeats
If you have a need to write a man page, but don't particularly want to learn nroff, this very simple guide and template is helpful:https://eddieantonio.ca/blog/2015/12/18/authoring-manpages-in-markdown-with-pandoc/In short you write in markdown with a few special bits, and then translate the markdown to man pages with pandoc.One thing about writing man pages for software that you wrote is that you can include documentation for features you haven't yet implemented yet, properly marked as such, to remind you of your intent.