mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
misc typos
This commit is contained in:
parent
513822dddc
commit
5f0d67bea7
3 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/
|
||||
/*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/
|
||||
static char *rcsid = "$Id: clnt_raw.c,v 1.2 1995/05/30 05:41:16 rgrimes Exp $";
|
||||
static char *rcsid = "$Id: clnt_raw.c,v 1.3 1995/10/22 14:51:16 phk Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
@ -98,7 +98,7 @@ clntraw_create(prog, vers)
|
|||
clntraw_private = clp;
|
||||
}
|
||||
/*
|
||||
* pre-serialize the staic part of the call msg and stash it away
|
||||
* pre-serialize the static part of the call msg and stash it away
|
||||
*/
|
||||
call_msg.rm_direction = CALL;
|
||||
call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
/*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/
|
||||
/*static char *sccsid = "from: @(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/
|
||||
static char *rcsid = "$Id: clnt_tcp.c,v 1.2 1995/05/30 05:41:18 rgrimes Exp $";
|
||||
static char *rcsid = "$Id: clnt_tcp.c,v 1.3 1995/10/22 14:51:19 phk Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
@ -191,7 +191,7 @@ clnttcp_create(raddr, prog, vers, sockp, sendsz, recvsz)
|
|||
call_msg.rm_call.cb_vers = vers;
|
||||
|
||||
/*
|
||||
* pre-serialize the staic part of the call msg and stash it away
|
||||
* pre-serialize the static part of the call msg and stash it away
|
||||
*/
|
||||
xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE,
|
||||
XDR_ENCODE);
|
||||
|
|
|
|||
|
|
@ -646,7 +646,7 @@ client for the remote program
|
|||
.IR prognum ,
|
||||
version
|
||||
.IR versnum ;
|
||||
the client uses use
|
||||
the client uses
|
||||
.SM UDP/IP
|
||||
as a transport. The remote program is located at Internet
|
||||
address
|
||||
|
|
@ -700,7 +700,7 @@ client for the remote program
|
|||
.IR prognum ,
|
||||
on
|
||||
.IR versnum ;
|
||||
the client uses use
|
||||
the client uses
|
||||
.SM UDP/IP
|
||||
as a transport. The remote program is located at Internet
|
||||
address
|
||||
|
|
@ -725,7 +725,7 @@ out.
|
|||
The total time for the call to time out is specified by
|
||||
.BR clnt_call(\|) .
|
||||
.IP
|
||||
This allows the user to specify the maximun packet size for sending and receiving
|
||||
This allows the user to specify the maximum packet size for sending and receiving
|
||||
.SM UDP\s0-based
|
||||
.SM RPC
|
||||
messages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue