Open satwikkansal opened 7 years ago
I was reading up https://lists.gnu.org/archive/html/groff/2016-06/msg00007.html and found a couple of interesting tools to lint man-pages.
Igor: http://www.wonkity.com/~wblock/igor/ Mdoclint: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/textproc/mdoclint/
Files like package.json contain fields for man-pages, may be we can extract man pages info from such files and then feed it into these linters.
package.json
This issue reserved for Google Code-in task 5341402884997120.
I was reading up https://lists.gnu.org/archive/html/groff/2016-06/msg00007.html and found a couple of interesting tools to lint man-pages.
Igor: http://www.wonkity.com/~wblock/igor/ Mdoclint: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/textproc/mdoclint/
Files like
package.json
contain fields for man-pages, may be we can extract man pages info from such files and then feed it into these linters.