OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man5 / utmp.5
index 0520703..1797d57 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de),
 .\" Fri Apr  2 11:32:09 MET DST 1993
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
 .\"
 .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu)
 .\" Modified 1995-02-26 by Michael Haardt
 .\" Modified 1996-07-20 by Michael Haardt
-.\" Modified 1997-07-02 by Nicolás Lichtmaier <nick@debian.org>
+.\" Modified 1997-07-02 by Nicolás Lichtmaier <nick@debian.org>
 .\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne
-.TH UTMP 5 2011-09-28 "Linux" "Linux Programmer's Manual"
+.TH UTMP 5 2013-02-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 utmp, wtmp \- login records
 .SH SYNOPSIS
@@ -224,7 +225,7 @@ removed, record-keeping is turned off.
 /var/run/utmp
 .br
 /var/log/wtmp
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 .PP
 POSIX.1 does not specify a
 .I utmp
@@ -249,7 +250,7 @@ Linux defines the
 structure to be the same as the
 .I utmp
 structure.
-.SS Comparison with Historical Systems
+.SS Comparison with historical systems
 Linux utmp entries conform neither to v7/BSD nor to System V; they are a
 mix of the two.
 
@@ -282,7 +283,7 @@ Unlike various other
 systems, where utmp logging can be disabled by removing the file, utmp
 must always exist on Linux.
 If you want to disable
-.BR who (1)
+.BR who (1),
 then do not make utmp world readable.
 .PP
 The file format is machine-dependent, so it is recommended that it be
@@ -334,11 +335,12 @@ 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"
+.SH SEE ALSO
 .BR ac (1),
 .BR date (1),
 .BR last (1),
 .BR login (1),
+.BR utmpdump (1),
 .BR who (1),
 .BR getutent (3),
 .BR getutmp (3),
@@ -347,3 +349,12 @@ This man page is based on the libc5 one, things may work differently now.
 .BR logwtmp (3),
 .BR updwtmp (3),
 .BR init (8)
+.SH COLOPHON
+This page is part of release 3.67 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.