diff options
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r-- | lib/libc/rpc/bindresvport.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/des_crypt.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getnetconfig.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getnetpath.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/getrpcent.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/publickey.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_auth.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_calls.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_clnt_create.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_secure.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_soc.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_svc_calls.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_svc_create.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_svc_err.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_svc_reg.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpc_xdr.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rpcbind.3 | 2 | ||||
-rw-r--r-- | lib/libc/rpc/rtime.3 | 6 |
19 files changed, 24 insertions, 24 deletions
diff --git a/lib/libc/rpc/bindresvport.3 b/lib/libc/rpc/bindresvport.3 index e3996ea..740dd15 100644 --- a/lib/libc/rpc/bindresvport.3 +++ b/lib/libc/rpc/bindresvport.3 @@ -12,8 +12,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <sys/types.h> -.Fd #include <rpc/rpc.h> +.In sys/types.h +.In rpc/rpc.h .Ft int .Fn bindresvport "int sd" "struct sockaddr_in *sin" .Ft int diff --git a/lib/libc/rpc/des_crypt.3 b/lib/libc/rpc/des_crypt.3 index f16e452..0655d56 100644 --- a/lib/libc/rpc/des_crypt.3 +++ b/lib/libc/rpc/des_crypt.3 @@ -10,7 +10,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd "#include <rpc/des_crypt.h>" +.In rpc/des_crypt.h .Ft int .Fn ecb_crypt "char *key" "char *data" "unsigned datalen" "unsigned mode" .Ft int diff --git a/lib/libc/rpc/getnetconfig.3 b/lib/libc/rpc/getnetconfig.3 index fb1151e..74a4a21 100644 --- a/lib/libc/rpc/getnetconfig.3 +++ b/lib/libc/rpc/getnetconfig.3 @@ -17,7 +17,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <netconfig.h> +.In netconfig.h .Ft "struct netconfig *" .Fn getnetconfig "void *handlep" .Ft "void *" diff --git a/lib/libc/rpc/getnetpath.3 b/lib/libc/rpc/getnetpath.3 index c4d6f008..f2d7358 100644 --- a/lib/libc/rpc/getnetpath.3 +++ b/lib/libc/rpc/getnetpath.3 @@ -17,7 +17,7 @@ component .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <netconfig.h> +.In netconfig.h .Ft "struct netconfig *" .Fn getnetpath "void *handlep" .Ft "void *" diff --git a/lib/libc/rpc/getrpcent.3 b/lib/libc/rpc/getrpcent.3 index 3f03c18..190bf8a 100644 --- a/lib/libc/rpc/getrpcent.3 +++ b/lib/libc/rpc/getrpcent.3 @@ -15,7 +15,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft struct rpcent * .Fn getrpcent void .Ft struct rpcent * diff --git a/lib/libc/rpc/publickey.3 b/lib/libc/rpc/publickey.3 index 5f9489b..6a46c9a 100644 --- a/lib/libc/rpc/publickey.3 +++ b/lib/libc/rpc/publickey.3 @@ -10,8 +10,8 @@ .Sh LIBRARY .Lb librpcsvc .Sh SYNOPSIS -.Fd "#include <rpc/rpc.h>" -.Fd "#include <rpc/key_prot.h>" +.In rpc/rpc.h +.In rpc/key_prot.h .Ft int .Fo getpublickey .Fa "char netname[MAXNETNAMELEN+1]" diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index a52b24f..8c154b9 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -11,8 +11,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> -.Fd #include <netconfig.h> +.In rpc/rpc.h +.In netconfig.h .Sh DESCRIPTION These routines allow C language programs to make procedure diff --git a/lib/libc/rpc/rpc_clnt_auth.3 b/lib/libc/rpc/rpc_clnt_auth.3 index 43af256..3a5b5b3 100644 --- a/lib/libc/rpc/rpc_clnt_auth.3 +++ b/lib/libc/rpc/rpc_clnt_auth.3 @@ -16,7 +16,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft "void" .Fn auth_destroy "AUTH *auth" .Ft "AUTH *" diff --git a/lib/libc/rpc/rpc_clnt_calls.3 b/lib/libc/rpc/rpc_clnt_calls.3 index 134e083..34d7698 100644 --- a/lib/libc/rpc/rpc_clnt_calls.3 +++ b/lib/libc/rpc/rpc_clnt_calls.3 @@ -22,7 +22,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft "enum clnt_stat" .Fn clnt_call "CLIENT *clnt" "const rpcproc_t procnum" "const xdrproc_t inproc" "const caddr_t in" "const xdrproc_t outproc" "caddr_t out" "const struct timeval tout" .Ft bool_t diff --git a/lib/libc/rpc/rpc_clnt_create.3 b/lib/libc/rpc/rpc_clnt_create.3 index b0f5ef0..7266c02 100644 --- a/lib/libc/rpc/rpc_clnt_create.3 +++ b/lib/libc/rpc/rpc_clnt_create.3 @@ -27,7 +27,7 @@ handles .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft bool_t .Fn clnt_control "CLIENT *clnt" "const u_int req" "char *info" .Ft "CLIENT *" diff --git a/lib/libc/rpc/rpc_secure.3 b/lib/libc/rpc/rpc_secure.3 index 65ad98f..03d5e4a 100644 --- a/lib/libc/rpc/rpc_secure.3 +++ b/lib/libc/rpc/rpc_secure.3 @@ -8,7 +8,7 @@ .Nm rpc_secure .Nd library routines for secure remote procedure calls .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft AUTH * .Fo authdes_create .Fa "char *name" diff --git a/lib/libc/rpc/rpc_soc.3 b/lib/libc/rpc/rpc_soc.3 index 1065a48..ba531ce 100644 --- a/lib/libc/rpc/rpc_soc.3 +++ b/lib/libc/rpc/rpc_soc.3 @@ -72,7 +72,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd "#include <rpc/rpc.h>" +.In rpc/rpc.h .Pp See .Sx DESCRIPTION diff --git a/lib/libc/rpc/rpc_svc_calls.3 b/lib/libc/rpc/rpc_svc_calls.3 index af39536..8ee7225 100644 --- a/lib/libc/rpc/rpc_svc_calls.3 +++ b/lib/libc/rpc/rpc_svc_calls.3 @@ -24,7 +24,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft int .Fn svc_dg_enablecache "SVCXPRT *xprt" "const unsigned cache_size" .Ft void diff --git a/lib/libc/rpc/rpc_svc_create.3 b/lib/libc/rpc/rpc_svc_create.3 index f2d7b2d..f557f7a 100644 --- a/lib/libc/rpc/rpc_svc_create.3 +++ b/lib/libc/rpc/rpc_svc_create.3 @@ -21,7 +21,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft bool_t .Fn svc_control "SVCXPRT *svc" "const u_int req" "void *info" .Ft int diff --git a/lib/libc/rpc/rpc_svc_err.3 b/lib/libc/rpc/rpc_svc_err.3 index 3a6e0c9..fd86218 100644 --- a/lib/libc/rpc/rpc_svc_err.3 +++ b/lib/libc/rpc/rpc_svc_err.3 @@ -20,7 +20,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft void .Fn svcerr_auth "const SVCXPRT1 *xprt" "const enum auth_stat why" .Ft void diff --git a/lib/libc/rpc/rpc_svc_reg.3 b/lib/libc/rpc/rpc_svc_reg.3 index c6ff3b8..a65d3ad 100644 --- a/lib/libc/rpc/rpc_svc_reg.3 +++ b/lib/libc/rpc/rpc_svc_reg.3 @@ -19,7 +19,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft bool_t .Fn rpc_reg "const rpcprog_t prognum" "const rpcvers_t versnum" "const rpcproc_t procnum" "const char *(*procname)()" "const xdrproc_t inproc" "const xdrproc_t outproc" "const char *nettype" .Ft int diff --git a/lib/libc/rpc/rpc_xdr.3 b/lib/libc/rpc/rpc_xdr.3 index e021a33..6eb7c72 100644 --- a/lib/libc/rpc/rpc_xdr.3 +++ b/lib/libc/rpc/rpc_xdr.3 @@ -18,7 +18,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft bool_t .Fn xdr_accepted_reply "XDR *xdrs" "const struct accepted_reply *ar" .Ft bool_t diff --git a/lib/libc/rpc/rpcbind.3 b/lib/libc/rpc/rpcbind.3 index 3092696..df68901 100644 --- a/lib/libc/rpc/rpcbind.3 +++ b/lib/libc/rpc/rpcbind.3 @@ -17,7 +17,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <rpc/rpc.h> +.In rpc/rpc.h .Ft "struct rpcblist *" .Fn rpcb_getmaps "const struct netconfig *netconf" "const char *host" .Ft bool_t diff --git a/lib/libc/rpc/rtime.3 b/lib/libc/rpc/rtime.3 index 3897fc8..d402c26 100644 --- a/lib/libc/rpc/rtime.3 +++ b/lib/libc/rpc/rtime.3 @@ -10,9 +10,9 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd "#include <sys/types.h>" -.Fd "#include <sys/time.h>" -.Fd "#include <netinet/in.h>" +.In sys/types.h +.In sys/time.h +.In netinet/in.h .Ft int .Fo rtime .Fa "struct sockaddr_in *addrp" |