diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 13:28:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-06 13:28:14 +0000 |
commit | 79ca0bc1355b06fab66aa313da8c8a079b16be0c (patch) | |
tree | 92e5ce62fe0e6e606bd30af72e7b209fbfa29e80 /share/man/man5/utmp.5 | |
parent | 4ece5e8df26ca5a4f844f7b4dc21e062960d4723 (diff) |
- section reorder
- macro fixes
- kill whitespace at EOL
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. |