summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2001-01-31 21:07:03 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2001-01-31 21:07:03 +0000
commitedc866ece118a56812aed8db7f39b38a37e9dff2 (patch)
treea1afdfc92a142037995785ce1310ce1ea2713736 /share/man/man5
parentc85deec031a5ed6e46a2abede7bffce1a687bb23 (diff)
Reflect changes in utmp.h
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/utmp.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index a140363284a..a20c2fdb448 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utmp.5,v 1.14 2000/10/26 00:37:05 aaron Exp $
+.\" $OpenBSD: utmp.5,v 1.15 2001/01/31 21:07:02 chris Exp $
.\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -69,9 +69,9 @@ They must be created manually and are maintained by
#define _PATH_WTMP "/var/log/wtmp"
#define _PATH_LASTLOG "/var/log/lastlog"
-#define UT_NAMESIZE 8
+#define UT_NAMESIZE 32
#define UT_LINESIZE 8
-#define UT_HOSTSIZE 16
+#define UT_HOSTSIZE 256
struct lastlog {
time_t ll_time;