From d3ac61ad014895ceb49c76a8fa961a08f7983079 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 14 Jan 2010 20:58:45 +0000 Subject: Add wtmpcvt(1). This utility allows users to convert their wtmp databases to the new format. It makes no sense for users to keep their wtmp log files if they are unable to view them. It basically copies ut_line into ut_id as well. This makes it possible for last(1) and ac(8) to match login records with their corresponding logout record. --- lib/libc/gen/getutxent.3 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc') diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3 index 57887b1..c37240e 100644 --- a/lib/libc/gen/getutxent.3 +++ b/lib/libc/gen/getutxent.3 @@ -401,6 +401,7 @@ The file format is invalid. .Sh SEE ALSO .Xr last 1 , .Xr write 1 , +.Xr wtmpcvt 1 , .Xr getpid 2 , .Xr gettimeofday 2 , .Xr tty 4 , -- cgit v1.1