summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-02-19 11:44:04 +0000
committered <ed@FreeBSD.org>2011-02-19 11:44:04 +0000
commitea4dbdacd2acc2f6266b79f50c00b7be0e451f71 (patch)
tree90e6837e7c3e55300ca12f72af7d54b329cd3b99 /lib
parente01efc1924ecd6d346b221159d57d95c60a50b5a (diff)
downloadFreeBSD-src-ea4dbdacd2acc2f6266b79f50c00b7be0e451f71.zip
FreeBSD-src-ea4dbdacd2acc2f6266b79f50c00b7be0e451f71.tar.gz
Add a utility, utxrm(8).
Most of the ports I broke when I imported utmpx, were simple management utilities for the utmp database, allowing you to add/remove entries manually. Add a small tool called utxrm(8), which allows you to remove an entry from the utmpx database by hand. This is useful when a login daemon crashes or fails to remove the entry during shutdown.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getutxent.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3
index c60d42f..5c8b793 100644
--- a/lib/libc/gen/getutxent.3
+++ b/lib/libc/gen/getutxent.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 8, 2010
+.Dd February 19, 2011
.Dt GETUTXENT 3
.Os
.Sh NAME
@@ -424,7 +424,8 @@ The file format is invalid.
.Xr gettimeofday 2 ,
.Xr tty 4 ,
.Xr ac 8 ,
-.Xr newsyslog 8
+.Xr newsyslog 8 ,
+.Xr utxrm 8
.Sh STANDARDS
The
.Fn endutxent ,
OpenPOWER on IntegriCloud