summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2011-01-23 14:54:45 +0000
committerjilles <jilles@FreeBSD.org>2011-01-23 14:54:45 +0000
commitfa1f8f7188b4537c0630f7e510d71e3cb97f5563 (patch)
tree1f11f66428795567691d92b9bf0eb691ee3c91ca /sbin/init
parenta5667769eb728fa8e4e10905cb101e589ee78de8 (diff)
downloadFreeBSD-src-fa1f8f7188b4537c0630f7e510d71e3cb97f5563.zip
FreeBSD-src-fa1f8f7188b4537c0630f7e510d71e3cb97f5563.tar.gz
init(8): Document that login(1) is now responsible for recording logouts.
init(8) only uses utmpx for recording reboots and shutdowns.
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index abf07ad..f8fefce 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -31,7 +31,7 @@
.\" @(#)init.8 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd September 15, 2005
+.Dd January 23, 2011
.Dt INIT 8
.Os
.Sh NAME
@@ -146,11 +146,11 @@ executes a shell for that user.
When this shell
dies, either because the user logged out
or an abnormal termination occurred (a signal),
-the
-.Nm
-utility wakes up and records the logout in the the user accounting
+.Nm login
+records the logout in the the user accounting
database (see
-.Xr getutxent 3 ).
+.Xr getutxent 3)
+and terminates.
The cycle is
then restarted by
.Nm
OpenPOWER on IntegriCloud