]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_[SG]ET_TSC.2const: Fix parameter name
authorAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 16:17:08 +0000 (18:17 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 24 Aug 2025 20:21:13 +0000 (22:21 +0200)
Fixes: 6cb4a1f5f444 (2024-05-31; "PR_SET_TSC.2const: Tweak after split")
Fixes: cd74efc37571 (2024-05-31; "PR_GET_TSC.2const: Tweak after split")
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/PR_GET_TSC.2const
man/man2const/PR_SET_TSC.2const

index bb0c4ca9f2626f87580f21d686cc88ba91a97950..5e58c038c5c5ebd96aadc8b82c4ac10cdfc15bd7 100644 (file)
@@ -31,7 +31,7 @@ is set to indicate the error.
 .SH ERRORS
 .TP
 .B EFAULT
-.I arg2
+.I flag
 is an invalid address.
 .SH STANDARDS
 Linux.
index 286751ecc60d8ea17fb76b7612137689046fcf89..082454a8dc44c67c74fb89dcee8d7b9c937f1e63 100644 (file)
@@ -38,7 +38,7 @@ is set to indicate the error.
 .SH ERRORS
 .TP
 .B EINVAL
-.I arg2
+.I flag
 is not a valid value.
 .SH STANDARDS
 Linux.