Hi DJ, > Date: 2026-07-31 14:22:24-0400 > From: DJ Delorie > > --- Patch applied; thanks! BTW, please sign your patches (Signed-off-by); I just noticed now. Cheers, Alex > man/man8/ld.so.8 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/man/man8/ld.so.8 b/man/man8/ld.so.8 > index d1d60cefd..36c8db275 100644 > --- a/man/man8/ld.so.8 > +++ b/man/man8/ld.so.8 > @@ -793,7 +793,8 @@ .SH FILES > .TP > .I /etc/ld.so.cache > File containing a compiled list of directories in which to search for > -shared objects and an ordered list of candidate shared objects. > +shared objects and an ordered list of candidate shared objects, > +and any tunables to be applied. > See > .BR ldconfig (8). > .TP > -- > 2.47.3 > --