Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> --- 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"); -- 2.28.0