From 872e676db5097413d695cb841b195de74b139baf Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 26 Aug 2019 18:19:21 +0200 Subject: [PATCH] ld.so.8: tfix Escape hyphens. Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man8/ld.so.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 3747a1ab3..2dce42a67 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -428,7 +428,7 @@ loading a new shared object, resolving a symbol, or calling a symbol from another shared object\(emby calling an appropriate function within the audit shared object. For details, see -.BR rtld-audit (7). +.BR rtld\-audit (7). The auditing interface is largely compatible with that provided on Solaris, as described in its .IR "Linker and Libraries Guide" , @@ -783,7 +783,7 @@ mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm .BR getauxval (3), .BR elf (5), .BR capabilities (7), -.BR rtld-audit (7), +.BR rtld\-audit (7), .BR ldconfig (8), .BR sln (8) .\" .SH AUTHORS