diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-13 13:54:27 +0000 |
commit | 138760cea6dfae9292858f5f76e471374533727e (patch) | |
tree | a6b3996d64f3d12e658b68801b9c193ac0e12fd1 /share/man/man5/utmp.5 | |
parent | 90d933d7a0cf14ffac9d7d6f3fafacdec21260e6 (diff) |
o) Fix bogus .Xr usage;
o) CAVEAT -> CAVEATS;
o) AUTHOR -> AUTHORS;
o) Start new sentence on a new line;
o) For URL and path names use .Pa;
o) We don't like .Pp before .Rs;
o) Don't use .Pp before/after .Sh;
o) OpenBSD -> .Ox;
millert@ ok and help;
Diffstat (limited to 'share/man/man5/utmp.5')
-rw-r--r-- | share/man/man5/utmp.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index a20c2fdb448..fba90dee9fe 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.15 2001/01/31 21:07:02 chris Exp $ +.\" $OpenBSD: utmp.5,v 1.16 2001/11/13 13:54:26 mpech Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -88,7 +88,7 @@ struct utmp { .Ed .Pp Each time a user logs in, the -.Xr login +.Xr login 1 program looks up the user's .Tn UID in the @@ -101,7 +101,7 @@ are written to the standard output (provided the login is not see .Xr login 1 ) . The -.Xr login +.Xr login 1 program then records the new login time in the .Nm lastlog file. @@ -128,7 +128,7 @@ and .Xr who 1 . .Pp Next, the -.Xr login +.Xr login 1 program opens the .Nm wtmp file and appends the user's @@ -174,7 +174,7 @@ and The system time has been manually or automatically updated (see .Xr date 1 ) . The command name -.Xr date +.Xr date 1 is recorded in the field .Fa ut_name . In the field |