diff options
author | 1997-04-04 17:35:07 +0000 | |
---|---|---|
committer | 1997-04-04 17:35:07 +0000 | |
commit | e2e59e6affb44bf852b25c0ba7552e727e0377c6 (patch) | |
tree | 476fb25e9d56dc18070a5c8a542c60868b1c8455 | |
parent | Nuke. (diff) | |
download | wireguard-openbsd-e2e59e6affb44bf852b25c0ba7552e727e0377c6.tar.xz wireguard-openbsd-e2e59e6affb44bf852b25c0ba7552e727e0377c6.zip |
describe 2nd utmp record better; gwing@primenet.com.au
-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 |