From 2e380e890bb5817a53f38c6f7169eaca34bd1a78 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 8 Jul 2015 11:04:49 +0200 Subject: [PATCH] getauxval.3: (Briefly) document AT_HWCAP2 Signed-off-by: Michael Kerrisk --- man3/getauxval.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man3/getauxval.3 b/man3/getauxval.3 index 82bb5f045..a79944fbe 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -24,8 +24,6 @@ .\" .\" See also https://lwn.net/Articles/519085/ .\" -.\" FIXME glibc 2.18 added AT_HWCAP2, which needs to e documented -.\" .TH GETAUXVAL 3 2015-03-02 "GNU" "Linux Programmer's Manual" .SH NAME getauxval \- retrieve a value from the auxiliary vector @@ -112,6 +110,9 @@ for details relating to the Intel x86 architecture). A human-readable version of the same information is available via .IR /proc/cpuinfo . .TP +.BR AT_HWCAP2 " (since glibc 2.18)" +Further machine-dependent hints about processor capabilities. +.TP .BR AT_ICACHEBSIZE The instruction cache block size. .\" .TP