diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-07-12 22:24:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-07-12 22:24:22 +0200 |
| commit | 291415ef4ac80972ff7db6e30b86c5e15d18ddcc (patch) | |
| tree | ff77878433b5f5b8122b3caeab303ea01efb06a4 | |
| parent | 063bf5a7770f2f94abd28ba65b0c1723bd6fd027 (diff) | |
| download | man-pages-291415ef4ac80972ff7db6e30b86c5e15d18ddcc.tar.gz | |
getauxval.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/getauxval.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3 index b912e1cffc..30f5c34b07 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -107,7 +107,7 @@ The contents of the bit mask are hardware dependent (for example, see the kernel source file .IR arch/x86/include/asm/cpufeature.h for details relating to the Intel x86 architecture; the value -returned is the first 32 bit word of the array described there). +returned is the first 32-bit word of the array described there). A human-readable version of the same information is available via .IR /proc/cpuinfo . .TP |
