aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/open_by_handle_at.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2
index fb89406960..53c8c79688 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");