aboutsummaryrefslogtreecommitdiffstats
path: root/man7/bpf-helpers.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 11:02:33 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-01-09 11:02:33 +0100
commit735334d454cf9960f8eb342dc747eda58317e3d1 (patch)
tree00b2a890875e4de96dbef2f5b6e3eb01772dc93b /man7/bpf-helpers.7
parent61eaa189458d42843e9eeb644ffa50b6cbdea5d7 (diff)
downloadman-pages-735334d454cf9960f8eb342dc747eda58317e3d1.tar.gz
Various pages: tfix (Oxford comma)
Discovered using: git grep -lE '^[^.].*, [^ ]*[^,] (or|and)\>' Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/bpf-helpers.7')
-rw-r--r--man7/bpf-helpers.78
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index 5ddbe79baa..04a7f4186a 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -353,7 +353,7 @@ direct packet access.
.INDENT 7.0
.TP
.B Description
-Recompute the layer 4 (e.g. TCP, UDP or ICMP) checksum for the
+Recompute the layer 4 (e.g. TCP, UDP, or ICMP) checksum for the
packet associated to \fIskb\fP\&. Computation is incremental, so the
helper must know the former value of the header field that was
modified (\fIfrom\fP), the new value of this field (\fIto\fP), and the
@@ -601,7 +601,7 @@ metadata" mode only requires a single device where the
configuration can be extracted from this helper.
.sp
This can be used together with various tunnels such as VXLan,
-Geneve, GRE or IP in IP (IPIP).
+Geneve, GRE, or IP in IP (IPIP).
.TP
.B Return
0 on success, or a negative error in case of failure.
@@ -2809,7 +2809,7 @@ optional \(aq\fB\-\fP\(aq sign.
Five least significant bits of \fIflags\fP encode base, other bits
are currently unused.
.sp
-Base must be either 8, 10, 16 or 0 to detect it automatically
+Base must be either 8, 10, 16, or 0 to detect it automatically
similar to user space \fBstrtol\fP(3).
.TP
.B Return
@@ -2836,7 +2836,7 @@ The string may begin with an arbitrary amount of white space
Five least significant bits of \fIflags\fP encode base, other bits
are currently unused.
.sp
-Base must be either 8, 10, 16 or 0 to detect it automatically
+Base must be either 8, 10, 16, or 0 to detect it automatically
similar to user space \fBstrtoul\fP(3).
.TP
.B Return