Loading...
gen/NetBSD/utmpx.5.patch Libc-763.11 Libc-583
--- Libc/Libc-763.11/gen/NetBSD/utmpx.5.patch
+++ Libc/Libc-583/gen/NetBSD/utmpx.5.patch
@@ -1,6 +1,11 @@
---- utmpx.5.orig	2009-11-06 10:28:19.000000000 -0800
-+++ utmpx.5	2009-11-06 10:29:23.000000000 -0800
-@@ -31,9 +31,7 @@
+--- utmpx.5.orig	2004-09-20 17:32:52.000000000 -0700
++++ utmpx.5	2005-12-26 11:25:30.000000000 -0800
+@@ -34,13 +34,11 @@
+ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ .\" POSSIBILITY OF SUCH DAMAGE.
+ .\"
+-.Dd September 26, 2002
++.Dd Dec 26, 2005
  .Dt UTMPX 5
  .Os
  .Sh NAME
@@ -11,7 +16,7 @@
  .Nd user accounting database
  .Sh SYNOPSIS
  .In utmpx.h
-@@ -53,88 +51,51 @@ The
+@@ -49,89 +47,51 @@
  .Aq Pa utmpx.h
  header defines the structures and functions for logging user.
  Currently logged in users are tracked in
@@ -21,13 +26,14 @@
 -.Pa /var/log/wtmpx ,
 -and the last login of each user is noted in
 -.Pa /var/log/lastlogx .
+-The files are not automatically created if they do not exist; they
+-must be created manually.
 -.Pp
 +.Pa /var/run/utmpx .
  The interface to the
  .Nm utmpx
  file is described in
--.Xr getutxent 3 .
-+.Xr endutxent 3 .
+ .Xr endutxent 3 .
 +The file is not automatically created if they do not exist; it
 +must be created manually.
  .Pp
@@ -126,7 +132,6 @@
 +.Xr asl 3 ,
  .Xr endutxent 3 ,
 -.Xr logwtmpx 3 ,
--.Xr utmp 5 ,
 -.Xr ac 8 ,
 -.Xr init 8 ,
 -.Xr newsyslog 8 ,