aboutsummaryrefslogtreecommitdiffstats
path: root/man3/getpwnam.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getpwnam.3')
-rw-r--r--man3/getpwnam.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getpwnam.3 b/man3/getpwnam.3
index 0f5044b2e3..168854b70f 100644
--- a/man3/getpwnam.3
+++ b/man3/getpwnam.3
@@ -322,7 +322,7 @@ main(int argc, char *argv[])
}
printf("Name: %s; UID: %jd\en", pwd.pw_gecos,
- (intmax_t) pwd.pw_uid);
+ (intmax_t) pwd.pw_uid);
exit(EXIT_SUCCESS);
}
.EE