From c18ecec98bac3d278b05143043dd0c3877830cba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 13 Jan 2009 08:47:47 +1300 Subject: [PATCH] dlopen.3, ld.so.8: SEE ALSO: add rtld-audit(7) Signed-off-by: Michael Kerrisk --- man3/dlopen.3 | 1 + man8/ld.so.8 | 1 + 2 files changed, 2 insertions(+) diff --git a/man3/dlopen.3 b/man3/dlopen.3 index c76f7f57d..2713c0c6c 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -509,6 +509,7 @@ follows, using \fIbar.c\fP as the example name: .BR ldd (1), .BR dl_iterate_phdr (3), .BR feature_test_macros (7), +.BR rtld-audit (7), .BR ld.so (8), .BR ldconfig (8), ld.so info pages, gcc info pages, ld info pages diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 3ba76d0a2..d008f96b9 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -369,6 +369,7 @@ functionality is available for executables compiled using libc version ELF functionality is available since Linux 1.1.52 and libc5. .SH SEE ALSO .BR ldd (1), +.BR rtld-audit (7), .BR ldconfig (8) .\" .SH AUTHORS .\" ld.so: David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus