On 9/12/20 1:14 AM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> Thanks, Alex. Patch applied. Cheers, Michael > --- > man2/open_by_handle_at.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 > index fb8940696..53c8c7968 100644 > --- a/man2/open_by_handle_at.2 > +++ b/man2/open_by_handle_at.2 > @@ -600,7 +600,7 @@ main(int argc, char *argv[]) > for later reuse by t_open_by_handle_at.c */ > > printf("%d\en", mount_id); > - printf("%d %d ", fhp\->handle_bytes, fhp\->handle_type); > + printf("%u %d ", fhp\->handle_bytes, fhp\->handle_type); > for (int j = 0; j < fhp\->handle_bytes; j++) > printf(" %02x", fhp\->f_handle[j]); > printf("\en"); > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/