Re: [PATCH 19/24] pthread_setname_np.3: ffix

2020-09-11 Thread Michael Kerrisk (man-pages)
Hi Alex, On 9/11/20 10:32 AM, Alejandro Colomar wrote: > Hi Michael, > > The indentation in the original code was a bit weird (specifically, the > 'do {' part had one more indentation level than the closing '} while'), > so I simply chose something nice. See the original page, and if you >

Re: [PATCH 19/24] pthread_setname_np.3: ffix

2020-09-11 Thread Alejandro Colomar
Hi Michael, The indentation in the original code was a bit weird (specifically, the 'do {' part had one more indentation level than the closing '} while'), so I simply chose something nice. See the original page, and if you think it's ok keep it, else find something nice :) Cheers, Alex

Re: [PATCH 19/24] pthread_setname_np.3: ffix

2020-09-11 Thread Michael Kerrisk (man-pages)
Hi Alex, On 9/10/20 11:13 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar > --- > man3/pthread_setname_np.3 | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) What's the rationale for this patch? Thanks, Michael > > diff --git a/man3/pthread_setname_np.3

[PATCH 19/24] pthread_setname_np.3: ffix

2020-09-10 Thread Alejandro Colomar
Signed-off-by: Alejandro Colomar --- man3/pthread_setname_np.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index b206f66c0..4dc4960cd 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@