On Thu, 21 May 2020 at 14:06, Florian Weimer <fweimer@xxxxxxxxxx> wrote: > > * Michael Kerrisk: > > > Hi Florian, > > > > On Wed, 20 May 2020 at 18:48, Florian Weimer <fweimer@xxxxxxxxxx> wrote: > >> > >> This reflects glibc commit cad64f778aced84efdaa04ae64f8737b86f063ab > >> ("ldconfig: Default to the new format for ld.so.cache"). > >> > >> Signed-off-by: Florian Weimer <fweimer@xxxxxxxxxx> > > > > Thanks for the patch. Question below. > > > >> --- > >> man8/ldconfig.8 | 8 ++++++-- > >> 1 file changed, 6 insertions(+), 2 deletions(-) > >> > >> diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 > >> index eb9c86dae..e184478a7 100644 > >> --- a/man8/ldconfig.8 > >> +++ b/man8/ldconfig.8 > >> @@ -125,8 +125,12 @@ Cache format to use: > >> .IR old , > >> .IR new , > >> or > >> -.IR compat > >> -(default). > >> +.IR compat . > >> +Since glibc 2.32, the default is > >> +.IR new . > >> +.\" commit cad64f778aced84efdaa04ae64f8737b86f063ab > >> +Before that, it was > >> +.IR both . > > > > Should "both" be "compat"? > > Eh, yes. Should I send a new patch? No, it's okay. I'll edit. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/