]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bpf-helpers.7, open_how.2type, string_copying.7: tfix
authorSamanta Navarro <ferivoz@riseup.net>
Fri, 30 Dec 2022 12:03:02 +0000 (12:03 +0000)
committerAlejandro Colomar <alx@kernel.org>
Fri, 30 Dec 2022 12:05:32 +0000 (13:05 +0100)
Typos found with codespell.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2type/open_how.2type
man7/bpf-helpers.7
man7/string_copying.7

index 702cfe50be9294edd10ba698a279475bc2fda85a..f42d190a15238c500269801ff2270edc50adb044 100644 (file)
@@ -20,7 +20,7 @@ Linux kernel headers
 .B };
 .EE
 .SH DESCRIPTION
-Specifies how a pathname should be open.
+Specifies how a pathname should be opened.
 .PP
 The fields are as follows:
 .TP
index bb491bf3be4beb80464ebc216248f4a894274da3..f61792c7e77b41655cd7ab20c2546d77a064ba18 100644 (file)
@@ -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
index 7b386cf674880c1b7dfb964f1ab6604fa926d47a..cb5246e1bf26f8aa58d290bb95696d96170d2ce6 100644 (file)
@@ -253,7 +253,7 @@ or
 .PP
 To copy from an unterminated string within a fixed-width buffer
 into a character sequence,
-ingoring any trailing null bytes in the source fixed-width buffer,
+ignoring any trailing null bytes in the source fixed-width buffer,
 you should use
 .BR zustr2ustp (3).
 .\" ----- DESCRIPTION :: Measured character sequences -----------------/