mdoc(7) police: C types should be declared with either .Ft or .Vt.

This commit is contained in:
Ruslan Ermilov 2001-02-08 10:22:35 +00:00
parent cae85d36dc
commit 041cbd4832
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72156

View File

@ -1412,7 +1412,9 @@ messages without using the
package.
.Pp
.It Xo
.Fd struct pmap ;
.Vt struct pmap ;
.Xc
.It Xo
.Ft bool_t
.Fn xdr_pmap "XDR *xdrs" "struct pmap *regs"
.Xc