Logically, the following are are type names - just like .Vt,
authorschwarze <schwarze@openbsd.org>
Fri, 23 Feb 2018 18:24:41 +0000 (18:24 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 23 Feb 2018 18:24:41 +0000 (18:24 +0000)
commit3ddcc9e83d9e2fc34ee4eb5d332ad54f554cda1e
tree6e8aa93a91a88d4de71e69b80bd2236000e77587
parenta6be8e7c63a6251fb97b03b4d58d70655939876a
Logically, the following are are type names - just like .Vt,
some of them with an optional variable name following:
- .Ft
- .Fa in the SYNOPSIS
- .Fn second and later arguments in the SYNOPSIS
So add these to the .Vt macro table in the mandoc.db(5) database.
During my LibreSSL work, i'm getting really tired of typing
$ man -k Vt,Ft,Fa=some_type_name
over and over again; now, this becomes just:
$ man -k Vt=some_type_name
regress/usr.bin/mandoc/db/out/fn.dout
usr.bin/mandoc/mandocdb.c