From 041cbd4832e87c82c688e5639a15d1212ce0502d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 8 Feb 2001 10:22:35 +0000 Subject: [PATCH] mdoc(7) police: C types should be declared with either .Ft or .Vt. --- lib/libc/rpc/rpc.3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 9fedba86c5b9..e2c73cf88de5 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -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