Fix wrong link in getauxval(3) doc comment.

Test: treehugger
Change-Id: I8646251edaa07fa8682127428f4fdb1fa0cf80e5
This commit is contained in:
Elliott Hughes 2020-02-21 16:23:33 -08:00
parent fcbdba22ab
commit 5403bd647b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
__BEGIN_DECLS __BEGIN_DECLS
/** /**
* [getauxval(3)](http://man7.org/linux/man-pages/man2/personality.2.html) returns values from * [getauxval(3)](http://man7.org/linux/man-pages/man3/getauxval.3.html) returns values from
* the ELF auxiliary vector passed by the kernel. * the ELF auxiliary vector passed by the kernel.
* *
* Returns the corresponding value on success, * Returns the corresponding value on success,