]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Relocate some text.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 29 Jun 2008 06:21:36 +0000 (06:21 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 29 Jun 2008 06:21:36 +0000 (06:21 +0000)
man5/utmp.5

index 21c16f095b59919cc563a2dc968b59bf9fc4d138..27d790e8caa7370f55a6abc6cde00849cbb7f2e7 100644 (file)
@@ -273,11 +273,6 @@ If you want to disable
 .BR who (1)
 then do not make utmp world readable.
 .PP
-Note that the \fIutmp\fP struct from libc5 has changed in libc6.
-Because of this,
-binaries using the old libc5 struct will corrupt
-.IR /var/run/utmp " and/or " /var/log/wtmp .
-.PP
 The file format is machine-dependent, so it is recommended that it be
 processed only on the machine architecture where it was created.
 .PP
@@ -320,6 +315,11 @@ ut.ut_tv.tv_sec = tv.tv_sec;
 ut.ut_tv.tv_usec = tv.tv_usec;
 .fi
 .in
+.PP
+Note that the \fIutmp\fP struct from libc5 has changed in libc6.
+Because of this,
+binaries using the old libc5 struct will corrupt
+.IR /var/run/utmp " and/or " /var/log/wtmp .
 .SH BUGS
 This man page is based on the libc5 one, things may work differently now.
 .SH "SEE ALSO"