All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ld.so.8: tfix
@ 2019-08-26 16:19 Jakub Wilk
  2019-08-26 20:11 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Wilk @ 2019-08-26 16:19 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Escape hyphens.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 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
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ld.so.8: tfix
  2019-08-26 16:19 [PATCH] ld.so.8: tfix Jakub Wilk
@ 2019-08-26 20:11 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2019-08-26 20:11 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: mtk.manpages, linux-man

Hello Jakub,

On 8/26/19 6:19 PM, Jakub Wilk wrote:
> Escape hyphens.
> 
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch applied.

Thanks,

Michael


> ---
>  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
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-26 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 16:19 [PATCH] ld.so.8: tfix Jakub Wilk
2019-08-26 20:11 ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.