mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mdoc(7) police: C types should be declared with either .Ft or .Vt.
This commit is contained in:
parent
cae85d36dc
commit
041cbd4832
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue