diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-04 17:35:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-04 17:35:08 +0000 |
commit | 3025116df713ed275df94625581fa643dc1af81f (patch) | |
tree | f170168c233ea140e7602ba47c5a3c26577ff55c /share/man | |
parent | d58d9b94b6156c4a9349463dcbec5a3d85255061 (diff) |
describe 2nd utmp record better; gwing@primenet.com.au
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/utmp.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index bbfa03a3927..f4499f657d3 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -139,7 +139,8 @@ and appends the user's record. The same .Fa utmp -record, with an updated time stamp is later appended +record but with an updated ut_time, empty ut_host, +and empty ut_name is later appended to the file when the user logs out. (See .Xr init 8 . ) The |