diff options
| author | Samanta Navarro <ferivoz@riseup.net> | 2022-12-30 12:03:02 +0000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-30 13:05:32 +0100 |
| commit | 03e1dd739749a6fe3fc0946bc95c47f7edbd486b (patch) | |
| tree | 1ecfb91e3959f7170f145808a77c5c00e7de00c9 /man7/bpf-helpers.7 | |
| parent | aa43f7bd75c2dc3715c4c968970965c81a2e7a3d (diff) | |
| download | man-pages-03e1dd739749a6fe3fc0946bc95c47f7edbd486b.tar.gz | |
bpf-helpers.7, open_how.2type, string_copying.7: tfix
Typos found with codespell.
Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/bpf-helpers.7')
| -rw-r--r-- | man7/bpf-helpers.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7 index bb491bf3be..f61792c7e7 100644 --- a/man7/bpf-helpers.7 +++ b/man7/bpf-helpers.7 @@ -3728,7 +3728,7 @@ Nothing has been written .sp \fB\-EEXIST\fP if the option already exists. .sp -\fB\-EFAULT\fP on failrue to parse the existing header options. +\fB\-EFAULT\fP on failure to parse the existing header options. .sp \fB\-EPERM\fP if the helper cannot be used under the current \fIskops\fP\fB\->op\fP\&. @@ -4068,7 +4068,7 @@ Current \fIktime\fP\&. .INDENT 7.0 .TP .B Description -Returns the stored IMA hash of the \fIinode\fP (if it\(aqs avaialable). +Returns the stored IMA hash of the \fIinode\fP (if it\(aqs available). If the hash is larger than \fIsize\fP, then only \fIsize\fP bytes will be copied to \fIdst\fP .TP @@ -4104,7 +4104,7 @@ ctx. Providing an \fIlen_diff\fP adjustment that is larger than the actual packet size (resulting in negative packet size) will in principle not exceed the MTU, why it is not considered a failure. Other BPF\-helpers are needed for performing the -planned size change, why the responsability for catch a negative +planned size change, why the responsibility for catch a negative packet size belong in those helpers. .sp Specifying \fIifindex\fP zero means the MTU check is performed |
