netlink.7, tcp.7: Spelling fix: s/acknowledgment/acknowledgement/

Signed-off-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-01-19 09:21:41 +01:00 committed by Michael Kerrisk
parent 2a1b1111ca
commit daff5a6686
2 changed files with 9 additions and 9 deletions

View File

@ -221,7 +221,7 @@ The message is part of a multipart message terminated by
.BR NLMSG_DONE . .BR NLMSG_DONE .
T} T}
NLM_F_ACK:T{ NLM_F_ACK:T{
Request for an acknowledgment on success. Request for an acknowledgement on success.
T} T}
NLM_F_ECHO:T{ NLM_F_ECHO:T{
Echo this request. Echo this request.
@ -315,7 +315,7 @@ For reliable transfer the sender can request an
acknowledgement from the receiver by setting the acknowledgement from the receiver by setting the
.B NLM_F_ACK .B NLM_F_ACK
flag. flag.
An acknowledgment is an An acknowledgement is an
.B NLMSG_ERROR .B NLMSG_ERROR
packet with the error field set to 0. packet with the error field set to 0.
The application must generate acknowledgements for The application must generate acknowledgements for
@ -494,11 +494,11 @@ is sent to user space via an ancillary data.
.BR NETLINK_CAP_ACK " (since Linux 4.3)" .BR NETLINK_CAP_ACK " (since Linux 4.3)"
.\" commit 0a6a3a23ea6efde079a5b77688541a98bf202721 .\" commit 0a6a3a23ea6efde079a5b77688541a98bf202721
.\" Author: Christophe Ricard <christophe.ricard@gmail.com> .\" Author: Christophe Ricard <christophe.ricard@gmail.com>
The kernel may fail to allocate the necessary room for the acknowledgment The kernel may fail to allocate the necessary room for the acknowledgement
message back to user space. message back to user space.
This option trims off the payload of the original netlink message. This option trims off the payload of the original netlink message.
The netlink message header is still included, so the user can guess from the The netlink message header is still included, so the user can guess from the
sequence number which message triggered the acknowledgment. sequence number which message triggered the acknowledgement.
.SH VERSIONS .SH VERSIONS
The socket interface to netlink first appeared Linux 2.2. The socket interface to netlink first appeared Linux 2.2.
.PP .PP

View File

@ -264,22 +264,22 @@ meaning that the option is disabled.
Control the Appropriate Byte Count (ABC), defined in RFC 3465. Control the Appropriate Byte Count (ABC), defined in RFC 3465.
ABC is a way of increasing the congestion window ABC is a way of increasing the congestion window
.RI ( cwnd ) .RI ( cwnd )
more slowly in response to partial acknowledgments. more slowly in response to partial acknowledgements.
Possible values are: Possible values are:
.RS .RS
.IP 0 3 .IP 0 3
increase increase
.I cwnd .I cwnd
once per acknowledgment (no ABC) once per acknowledgement (no ABC)
.IP 1 .IP 1
increase increase
.I cwnd .I cwnd
once per acknowledgment of full sized segment once per acknowledgement of full sized segment
.IP 2 .IP 2
allow increase allow increase
.I cwnd .I cwnd
by two if acknowledgment is by two if acknowledgement is
of two segments to compensate for delayed acknowledgments. of two segments to compensate for delayed acknowledgements.
.RE .RE
.TP .TP
.IR tcp_abort_on_overflow " (Boolean; default: disabled; since Linux 2.4)" .IR tcp_abort_on_overflow " (Boolean; default: disabled; since Linux 2.4)"