mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to
reflect that they actually require a u_int32_t *, which is not necessarily the same as an unsigned long *.
This commit is contained in:
parent
bfe95ccc17
commit
e5b04cee36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103429
@ -104,10 +104,10 @@ Set the timeout parameter to 0 for batching calls.
|
||||
.It Dv CLGET_FD Ta "int *" Ta "get fd from handle"
|
||||
.It Dv CLSET_FD_CLOSE Ta "void" Ta "close fd on destroy"
|
||||
.It Dv CLSET_FD_NCLOSE Ta void Ta "don't close fd on destroy"
|
||||
.It Dv CLGET_VERS Ta "unsigned long *" Ta "get RPC program version"
|
||||
.It Dv CLSET_VERS Ta "unsigned long *" Ta "set RPC program version"
|
||||
.It Dv CLGET_XID Ta "unsigned long *" Ta "get XID of previous call"
|
||||
.It Dv CLSET_XID Ta "unsigned long *" Ta "set XID of next call"
|
||||
.It Dv CLGET_VERS Ta "u_int32_t *" Ta "get RPC program version"
|
||||
.It Dv CLSET_VERS Ta "u_int32_t *" Ta "set RPC program version"
|
||||
.It Dv CLGET_XID Ta "u_int32_t *" Ta "get XID of previous call"
|
||||
.It Dv CLSET_XID Ta "u_int32_t *" Ta "set XID of next call"
|
||||
.El
|
||||
.Pp
|
||||
The following operations are valid for connectionless transports only:
|
||||
|
Loading…
Reference in New Issue
Block a user