From: Alejandro Colomar Date: Sun, 24 Aug 2025 16:17:08 +0000 (+0200) Subject: man/man2const/PR_[SG]ET_TSC.2const: Fix parameter name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6244a9bd5d5fc025fa7bd051ceeb8407144031c;p=thirdparty%2Fman-pages.git man/man2const/PR_[SG]ET_TSC.2const: Fix parameter name 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 Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/PR_GET_TSC.2const b/man/man2const/PR_GET_TSC.2const index bb0c4ca9f..5e58c038c 100644 --- a/man/man2const/PR_GET_TSC.2const +++ b/man/man2const/PR_GET_TSC.2const @@ -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. diff --git a/man/man2const/PR_SET_TSC.2const b/man/man2const/PR_SET_TSC.2const index 286751ecc..082454a8d 100644 --- a/man/man2const/PR_SET_TSC.2const +++ b/man/man2const/PR_SET_TSC.2const @@ -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.