diff options
author | dd <dd@FreeBSD.org> | 2001-06-27 06:00:26 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-27 06:00:26 +0000 |
commit | 4cbc233a9022bfa6fc0b763132421b8d99ee153d (patch) | |
tree | 71bccfe1f7b56e1240aeee293dbe0ab51d6d0d52 /usr.bin/who | |
parent | 7370eae6741d8357db50da3569b6e0a03ac0bee4 (diff) | |
download | FreeBSD-src-4cbc233a9022bfa6fc0b763132421b8d99ee153d.zip FreeBSD-src-4cbc233a9022bfa6fc0b763132421b8d99ee153d.tar.gz |
Correct path to wtmp.
PR: 28433
Submitted by: Joseph Mallett <jmallett@xMach.org>
Diffstat (limited to 'usr.bin/who')
-rw-r--r-- | usr.bin/who/who.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index 6d0ec8e..c4d81fc 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -64,9 +64,9 @@ gathers information from the file An alternate .Ar file may be specified which is usually -.Pa /var/run/wtmp +.Pa /var/log/wtmp (or -.Pa /var/run/wtmp.[0-6] +.Pa /var/log/wtmp.[0-6] depending on site policy as .Pa wtmp can grow quite large and daily versions may or may not |