Re: [PATCH 02/24] endian.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values

2020-09-11 Thread Michael Kerrisk (man-pages)
On 9/10/20 11:13 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar Just noting here for completeness: see the discussion in patch 01. Thanks, Michael > --- > man3/endian.3 | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/man3/endian.3

[PATCH 02/24] endian.3: Use 'PRIx32' rather than "%x" when printing 'uint32_t' values

2020-09-10 Thread Alejandro Colomar
Signed-off-by: Alejandro Colomar --- man3/endian.3 | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man3/endian.3 b/man3/endian.3 index bdf1efd7e..3a898bb02 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -147,6 +147,7 @@ htobe32(x.u32) = 0x11223344 \& .EX #include