From fef75fe036a35ecbb4f6b49e7f6f9d6f78af4c56 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 3 Oct 2001 16:53:59 +0000 Subject: Fixed various type errors in synopsis. --- lib/libc/xdr/xdr.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lib/libc/xdr') diff --git a/lib/libc/xdr/xdr.3 b/lib/libc/xdr/xdr.3 index 96f6fc4..1b105e5 100644 --- a/lib/libc/xdr/xdr.3 +++ b/lib/libc/xdr/xdr.3 @@ -252,7 +252,7 @@ stream instances need not guarantee this. .Ft int .Xc .It Xo -.Fn xdr_hyper "XDR *xdrs" "longlong_t *llp" +.Fn xdr_hyper "XDR *xdrs" "quad_t *llp" .Xc A filter primitive that translates between ANSI C .Vt "long long" @@ -313,7 +313,7 @@ This routine returns one if it succeeds, zero otherwise. .Ft int .Xc .It Xo -.Fn xdr_longlong_t "XDR *xdrs" "longlong_t *llp" +.Fn xdr_longlong_t "XDR *xdrs" "quad_t *llp" .Xc A filter primitive that translates between ANSI C .Vt "long long" @@ -627,7 +627,7 @@ This routine returns one if it succeeds, zero otherwise. .Ft int .Xc .It Xo -.Fn xdr_u_hyper "XDR *xdrs" "u_longlong_t *ullp" +.Fn xdr_u_hyper "XDR *xdrs" "u_quad_t *ullp" .Xc A filter primitive that translates between .Vt unsigned @@ -664,7 +664,7 @@ This routine returns one if it succeeds, zero otherwise. .Ft int .Xc .It Xo -.Fn xdr_u_longlong_t "XDR *xdrs" "u_longlong_t *ullp" +.Fn xdr_u_longlong_t "XDR *xdrs" "u_quad_t *ullp" .Xc A filter primitive that translates between .Vt unsigned @@ -691,10 +691,10 @@ This routine returns one if it succeeds, zero otherwise. .It Xo .Fo xdr_union .Fa "XDR *xdrs" -.Fa "int *dscmp" +.Fa "enum_t *dscmp" .Fa "char *unp" -.Fa "struct xdr_discrim *choices" -.Fa "bool_t \*(lp*defaultarm\*(rp\*(lp\*(rp" +.Fa "const struct xdr_discrim *choices" +.Fa "xdrproc_t defaultarm" .Fc .Xc .Pp -- cgit v1.1