From 5403bd647b79e35bbd253103c9399f36740f45ba Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 21 Feb 2020 16:23:33 -0800 Subject: [PATCH] Fix wrong link in getauxval(3) doc comment. Test: treehugger Change-Id: I8646251edaa07fa8682127428f4fdb1fa0cf80e5 --- libc/include/sys/auxv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/sys/auxv.h b/libc/include/sys/auxv.h index c6519400d..bf70ddaac 100644 --- a/libc/include/sys/auxv.h +++ b/libc/include/sys/auxv.h @@ -40,7 +40,7 @@ __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. * * Returns the corresponding value on success,