Correct a markup mistake found with mandoc -T lint:
authorschwarze <schwarze@openbsd.org>
Thu, 4 Aug 2022 11:50:46 +0000 (11:50 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 4 Aug 2022 11:50:46 +0000 (11:50 +0000)
commit65720e70ca4c86321dea55a5f192a6190df8d540
tree117a64f8de5dc779fc64b1f08fd76afccb73de59
parentb981677bde3fcefcafac507f694c12e357028b72
Correct a markup mistake found with mandoc -T lint:
Use .Vt instead of .Tn for mode_t and dev_t.
While here, also use .Fa rather than .Va for st_rdev (as usual
for struct fields), and correctly mark up st_mode and S_IFMT.
usr.sbin/dev_mkdb/dev_mkdb.8