diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-08-24 18:17:08 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-08-24 22:21:13 +0200 |
| commit | a6244a9bd5d5fc025fa7bd051ceeb8407144031c (patch) | |
| tree | ca0587e165d577cb740ed26abda6208cc555c7bb | |
| parent | 765225e08b83991e4b7ba4ac22fbcd0f46d1b362 (diff) | |
| download | man-pages-a6244a9bd5d5fc025fa7bd051ceeb8407144031c.tar.gz | |
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 <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2const/PR_GET_TSC.2const | 2 | ||||
| -rw-r--r-- | man/man2const/PR_SET_TSC.2const | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man2const/PR_GET_TSC.2const b/man/man2const/PR_GET_TSC.2const index bb0c4ca9f2..5e58c038c5 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 286751ecc6..082454a8dc 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. |
