diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-16 13:13:12 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-04-16 13:13:12 +0200 |
| commit | 40ce741410b7f42d5c7e679eabdadb7335d05291 (patch) | |
| tree | 605779008575620f56ca15c655272db5b4a882f7 | |
| parent | 685385df91acf627e385bf041be124b4faa6ac86 (diff) | |
| download | man-pages-40ce741410b7f42d5c7e679eabdadb7335d05291.tar.gz | |
getauxval.3: Minor tweaks to YunQiang Su's patch
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/getauxval.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3 index bcc116dd29..fde9394672 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -63,7 +63,9 @@ The base address of the program interpreter (usually, the dynamic linker). A pointer to a string (PowerPC and MIPS only). On PowerPC, this identifies the real platform; may differ from .BR AT_PLATFORM "." -On MIPS, this identifies the ISA level (Since 5.7). +On MIPS, +.\" commit e585b768da111f2c2d413de6214e83bbdfee8f22 +this identifies the ISA level (since Linux 5.7). .TP .BR AT_CLKTCK The frequency with which |
