diff options
| -rw-r--r-- | man/man2const/PR_GET_TSC.2const | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/man/man2const/PR_GET_TSC.2const b/man/man2const/PR_GET_TSC.2const index 9217c27697..ecb253a01c 100644 --- a/man/man2const/PR_GET_TSC.2const +++ b/man/man2const/PR_GET_TSC.2const @@ -1,11 +1,9 @@ .\" Copyright 2008, Erik Bosman <ejbosman@cs.vu.nl> .\" Copyright 2008, 2012, 2013, 2015, Michael Kerrisk <mtk.manpages@gmail.com> +.\" Copyright 2024, Alejandro Colomar <alx@kernel.org> .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.\" 2008-06-13 Erik Bosman, <ejbosman@cs.vu.nl> -.\" Document PR_GET_TSC -.\" .TH PR_GET_TSC 2const (date) "Linux man-pages (unreleased)" .SH NAME PR_GET_TSC @@ -21,12 +19,10 @@ Standard C library .BI "int prctl(PR_GET_TSC, int *" flag ", 0L, 0L, 0L);" .fi .SH DESCRIPTION -.TP -.BR PR_GET_TSC " (since Linux 2.6.26, x86 only)" Return the state of the flag determining whether the timestamp counter can be read, in the location pointed to by -.IR "(int\~*) arg2" . +.IR flag . .SH RETURN VALUE On success, 0 is returned. @@ -40,7 +36,9 @@ is set to indicate the error. is an invalid address. .SH STANDARDS Linux. +x86 only. .SH HISTORY +Linux 2.6.26 (x86). .SH SEE ALSO .BR prctl (2), .BR PR_SET_TSC (2const) |
