linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
@ 2020-05-20 16:48 Florian Weimer
  2020-05-21  6:00 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Weimer @ 2020-05-20 16:48 UTC (permalink / raw)
  To: linux-man; +Cc: mtk.manpages

This reflects glibc commit cad64f778aced84efdaa04ae64f8737b86f063ab
("ldconfig: Default to the new format for ld.so.cache").

Signed-off-by: Florian Weimer <fweimer@redhat.com>

---
 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 .
 .TP
 .BI "\-C " cache
 Use


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

* Re: [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
  2020-05-20 16:48 [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32 Florian Weimer
@ 2020-05-21  6:00 ` Michael Kerrisk (man-pages)
  2020-05-21 12:06   ` Florian Weimer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-05-21  6:00 UTC (permalink / raw)
  To: Florian Weimer; +Cc: linux-man, Michael Kerrisk

Hi Florian,

On Wed, 20 May 2020 at 18:48, Florian Weimer <fweimer@redhat.com> wrote:
>
> This reflects glibc commit cad64f778aced84efdaa04ae64f8737b86f063ab
> ("ldconfig: Default to the new format for ld.so.cache").
>
> Signed-off-by: Florian Weimer <fweimer@redhat.com>

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

Thanks,

Michael


--
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] 5+ messages in thread

* Re: [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
  2020-05-21  6:00 ` Michael Kerrisk (man-pages)
@ 2020-05-21 12:06   ` Florian Weimer
  2020-05-21 13:15     ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Weimer @ 2020-05-21 12:06 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

* Michael Kerrisk:

> Hi Florian,
>
> On Wed, 20 May 2020 at 18:48, Florian Weimer <fweimer@redhat.com> wrote:
>>
>> This reflects glibc commit cad64f778aced84efdaa04ae64f8737b86f063ab
>> ("ldconfig: Default to the new format for ld.so.cache").
>>
>> Signed-off-by: Florian Weimer <fweimer@redhat.com>
>
> 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?

Thanks,
Florian


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

* Re: [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
  2020-05-21 12:06   ` Florian Weimer
@ 2020-05-21 13:15     ` Michael Kerrisk (man-pages)
  2020-05-21 13:18       ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-05-21 13:15 UTC (permalink / raw)
  To: Florian Weimer; +Cc: linux-man

On Thu, 21 May 2020 at 14:06, Florian Weimer <fweimer@redhat.com> wrote:
>
> * Michael Kerrisk:
>
> > Hi Florian,
> >
> > On Wed, 20 May 2020 at 18:48, Florian Weimer <fweimer@redhat.com> wrote:
> >>
> >> This reflects glibc commit cad64f778aced84efdaa04ae64f8737b86f063ab
> >> ("ldconfig: Default to the new format for ld.so.cache").
> >>
> >> Signed-off-by: Florian Weimer <fweimer@redhat.com>
> >
> > 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/

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

* Re: [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32
  2020-05-21 13:15     ` Michael Kerrisk (man-pages)
@ 2020-05-21 13:18       ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-05-21 13:18 UTC (permalink / raw)
  To: Florian Weimer; +Cc: linux-man

Amended patch applied. Thanks for sending this, Florian!

Cheers,

Michael

diff --git a/man8/ldconfig.8 b/man8/ldconfig.8
index eb9c86dae..f770f1463 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 compat .
 .TP
 .BI "\-C " cache
 Use

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

end of thread, other threads:[~2020-05-21 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 16:48 [PATCH] ldconfig.8: Mention new default for --format in glibc 2.32 Florian Weimer
2020-05-21  6:00 ` Michael Kerrisk (man-pages)
2020-05-21 12:06   ` Florian Weimer
2020-05-21 13:15     ` Michael Kerrisk (man-pages)
2020-05-21 13:18       ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).