]> git.cameronkatri.com Git - mandoc.git/commit
Slowly start implementing tagging support for man(7) pages, even
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 22 Jul 2019 03:21:49 +0000 (03:21 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 22 Jul 2019 03:21:49 +0000 (03:21 +0000)
commit72cf85a98bb1b2a6ef04b580cfa7c6a0d5ae1b24
tree7c7db3ec0c82618c4252ee155b51afe44c029836
parentf3471bbe850e1ceab86fe35bf08aed11dfa7a465
Slowly start implementing tagging support for man(7) pages, even
though it is obvious that this can never become as good as for
mdoc(7) pages.  As a first step, tag alphabetic arguments of .IP
macros, which are often used for lists of options and keywords.

Try "man -O tag=g as" to get the point.

Thanks to Leah Neukirchen for recently reminding me that exploring
how much can be done in this respect may be worthwhile: it is likely
to slightly improve usability while adding only small amounts of
relatively straightforward code.
Makefile.depend
man_term.c
tag.c