Re: printf.9: document limited conversion specification syntax

2021-04-04 Thread Theo de Raadt
Yep, all good Jason McIntyre wrote: > yep, better than mine. ok > jmc > > On 4 April 2021 14:41:13 BST, Klemens Nanni wrote: > >On Sun, Apr 04, 2021 at 07:17:27AM +0100, Jason McIntyre wrote: > >> On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: > >> > @@ -119,6 +119,17 @@ send

Re: printf.9: document limited conversion specification syntax

2021-04-04 Thread Jason McIntyre
yep, better than mine. ok jmc On 4 April 2021 14:41:13 BST, Klemens Nanni wrote: >On Sun, Apr 04, 2021 at 07:17:27AM +0100, Jason McIntyre wrote: >> On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: >> > @@ -119,6 +119,17 @@ send formatted strings to the ddb console, and >are onl >>

Re: printf.9: document limited conversion specification syntax

2021-04-04 Thread Klemens Nanni
On Sun, Apr 04, 2021 at 07:17:27AM +0100, Jason McIntyre wrote: > On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: > > @@ -119,6 +119,17 @@ send formatted strings to the ddb console, and are onl > > Since each of these kernel functions is a variant of its user space > > counterpart,

Re: printf.9: document limited conversion specification syntax

2021-04-03 Thread Jason McIntyre
On Sun, Apr 04, 2021 at 01:22:23AM +0200, Klemens Nanni wrote: > print(9) says it only documents differences and points at printf(3) for > identical/shared bits: > >DESCRIPTION > [...] > > Since each of these kernel functions is a variant of its user space > counterpart, this p

printf.9: document limited conversion specification syntax

2021-04-03 Thread Klemens Nanni
print(9) says it only documents differences and points at printf(3) for identical/shared bits: DESCRIPTION [...] Since each of these kernel functions is a variant of its user space counterpart, this page describes only the differences between the user space and kernel versi