aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-30 05:58:18 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-30 05:58:18 +0000
commit5a2c16fed49e4f08e4855d4a455bea1a5b231ec8 (patch)
treefc45b89e254b63401ee5a39b41a9c92515721f4a
parent20b627b65dd38cd0113bb422f9c29b4b2cd0c367 (diff)
downloadman-pages-5a2c16fed49e4f08e4855d4a455bea1a5b231ec8.tar.gz
Remove unneeded formatting macros
-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;