aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man5/utmp.53
1 files changed, 0 insertions, 3 deletions
diff --git a/man5/utmp.5 b/man5/utmp.5
index bda3527f26..3fea1dd8db 100644
--- a/man5/utmp.5
+++ b/man5/utmp.5
@@ -53,7 +53,6 @@ around; details depend on the version of libc):
.in +4n
.nf
.sp
-.ta 3i
#define UT_UNKNOWN 0
#define RUN_LVL 1
#define BOOT_TIME 2
@@ -210,7 +209,6 @@ then instead of the call:
.in +4n
.nf
.sp
-.ta 3i
gettimeofday((struct timeval *) &ut.ut_tv, NULL);
.fi
.in
@@ -219,7 +217,6 @@ the following method of setting this field is recommended:
.in +4n
.nf
.sp
-.ta 3i
struct utmp ut;
struct timeval tv;