summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-02-11 20:28:42 +0000
committered <ed@FreeBSD.org>2012-02-11 20:28:42 +0000
commit6d383df7bbf4128ee89ccfd6cf0af3ab50607ab2 (patch)
treeb5e969c649f6d4459953e3a03fc43fbde8207e41 /lib
parentdacbfe950a81e3904fb15609934754d23432a328 (diff)
downloadFreeBSD-src-6d383df7bbf4128ee89ccfd6cf0af3ab50607ab2.zip
FreeBSD-src-6d383df7bbf4128ee89ccfd6cf0af3ab50607ab2.tar.gz
Replace utxrm(8) by utx(8).
At first, I added a utility called utxrm(8) to remove stale entries from the user accounting database. It seems there are cases in which we need to perform different operations on the database as well. Simply rename utxrm(8) to utx(8) and place the old code under the "rm" command. In addition to "rm", this tool supports "boot" and "shutdown", which are going to be used by an rc-script which I am going to commit separately.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getutxent.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3
index 2707ee8..2ea0971 100644
--- a/lib/libc/gen/getutxent.3
+++ b/lib/libc/gen/getutxent.3
@@ -423,7 +423,7 @@ The file format is invalid.
.Xr tty 4 ,
.Xr ac 8 ,
.Xr newsyslog 8 ,
-.Xr utxrm 8
+.Xr utx 8
.Sh STANDARDS
The
.Fn endutxent ,
OpenPOWER on IntegriCloud