diff options
Diffstat (limited to 'share/man/man5/utmp.5')
-rw-r--r-- | share/man/man5/utmp.5 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 70d8fe96cc0..21e2fac52cb 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.19 2003/06/02 23:30:14 millert Exp $ +.\" $OpenBSD: utmp.5,v 1.20 2003/06/06 13:28:13 jmc Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -181,16 +181,6 @@ character indicates the time prior to the change and the .Dq \&{ character indicates the new time. .El -.Sh CAVEATS -The strings in the -.Fa utmp -and -.Fa lastlog -structures are -.Em not -normal -.Sq C -strings and are thus not guaranteed to be null terminated. .Sh FILES .Bl -tag -width /var/log/lastlog -compact .It Pa /var/run/utmp @@ -214,3 +204,13 @@ The .Nm lastlog file format appeared in .Bx 3.0 . +.Sh CAVEATS +The strings in the +.Fa utmp +and +.Fa lastlog +structures are +.Em not +normal +.Sq C +strings and are thus not guaranteed to be null terminated. |