aboutsummaryrefslogtreecommitdiffstats
path: root/man5/utmp.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/utmp.5')
-rw-r--r--man5/utmp.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man5/utmp.5 b/man5/utmp.5
index f5559ae19d..3b8340858a 100644
--- a/man5/utmp.5
+++ b/man5/utmp.5
@@ -82,8 +82,8 @@ around; details depend on the version of libc):
#define UT_HOSTSIZE 256
struct exit_status { /* Type for ut_exit, below */
- short int e_termination; /* Process termination status */
- short int e_exit; /* Process exit status */
+ short e_termination; /* Process termination status */
+ short e_exit; /* Process exit status */
};
struct utmp {