mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 09:57:20 +00:00
[#231] typo fix
This commit is contained in:
parent
bc834b2b7d
commit
33226f2d76
@ -134,7 +134,7 @@ ATF_TC(parse_X);
|
|||||||
ATF_TC_HEAD(parse_X, tc)
|
ATF_TC_HEAD(parse_X, tc)
|
||||||
{
|
{
|
||||||
atf_tc_set_md_var(tc, "descr",
|
atf_tc_set_md_var(tc, "descr",
|
||||||
"Verify parse_X survices option too big.");
|
"Verify parse_X services option too big.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Initializes a parse struct from an input buffer of data. */
|
/* Initializes a parse struct from an input buffer of data. */
|
||||||
|
@ -268,7 +268,7 @@ authenticator has been created for the connection, then it is given as the 4th
|
|||||||
argument. On a successful return the address pointed at by the first
|
argument. On a successful return the address pointed at by the first
|
||||||
argument will have a new connection object assigned to it.
|
argument will have a new connection object assigned to it.
|
||||||
How long the function waits for complete the connection is dictated by the value
|
How long the function waits for complete the connection is dictated by the value
|
||||||
of the parameter, \fBtimeout\fR. If the value is null, it will wait indefinetly
|
of the parameter, \fBtimeout\fR. If the value is null, it will wait indefinitely
|
||||||
Otherwise it will wait for the amount of time specified by \fBtimeout\fR
|
Otherwise it will wait for the amount of time specified by \fBtimeout\fR
|
||||||
(tv_sec:tv_usec). Values of zero for both fields are valid but not recommended.
|
(tv_sec:tv_usec). Values of zero for both fields are valid but not recommended.
|
||||||
An example is shown below:
|
An example is shown below:
|
||||||
@ -333,7 +333,7 @@ to the server is lost.
|
|||||||
.Fn dhcpctl_timed_wait_for_completion
|
.Fn dhcpctl_timed_wait_for_completion
|
||||||
flushes a pending message to the server and waits for the response. How long
|
flushes a pending message to the server and waits for the response. How long
|
||||||
the function waits for a response is dictated by the value of the third
|
the function waits for a response is dictated by the value of the third
|
||||||
parameter, \fBtimeout\fR. If the value is null, it will wait indefinetly or
|
parameter, \fBtimeout\fR. If the value is null, it will wait indefinitely or
|
||||||
until the connection is lost. Otherwise it will wait for the amount of time
|
until the connection is lost. Otherwise it will wait for the amount of time
|
||||||
specified by \fBtimeout\fR (tv_sec:tv_usec). Values of zero for both fields
|
specified by \fBtimeout\fR (tv_sec:tv_usec). Values of zero for both fields
|
||||||
are valid but not recommended. The result of the request as processed on the
|
are valid but not recommended. The result of the request as processed on the
|
||||||
|
@ -155,7 +155,7 @@ dhcpctl_status dhcpctl_connect (dhcpctl_handle *connection,
|
|||||||
information.
|
information.
|
||||||
How long the function waits for the connection to complete is
|
How long the function waits for the connection to complete is
|
||||||
dictated by the value of the parameter, t. If the value is nul,
|
dictated by the value of the parameter, t. If the value is nul,
|
||||||
it will wait indefinetly. Otherwise it will wait for the amount
|
it will wait indefinitely. Otherwise it will wait for the amount
|
||||||
of time specified by t (tv_sec:tv_usec). Values of zero for both
|
of time specified by t (tv_sec:tv_usec). Values of zero for both
|
||||||
fields are valid but not recommended. */
|
fields are valid but not recommended. */
|
||||||
dhcpctl_status dhcpctl_timed_connect (dhcpctl_handle *connection,
|
dhcpctl_status dhcpctl_timed_connect (dhcpctl_handle *connection,
|
||||||
@ -235,7 +235,7 @@ dhcpctl_status dhcpctl_wait_for_completion (dhcpctl_handle h,
|
|||||||
will also be either zero for success or nonzero for some kind
|
will also be either zero for success or nonzero for some kind
|
||||||
of failure. How long the function waits for a response is
|
of failure. How long the function waits for a response is
|
||||||
dictated by the value of the parameter, t. If the value is nul,
|
dictated by the value of the parameter, t. If the value is nul,
|
||||||
it will wait indefinetly or until the connection is lost.
|
it will wait indefinitely or until the connection is lost.
|
||||||
Otherwise it will wait for the amount of time specified by t
|
Otherwise it will wait for the amount of time specified by t
|
||||||
(tv_sec:tv_usec). Values of zero for both fields are valid
|
(tv_sec:tv_usec). Values of zero for both fields are valid
|
||||||
but not recommended. The result of the request as processed on the
|
but not recommended. The result of the request as processed on the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user