diff options
author | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-05-09 11:47:42 +0000 |
commit | 36c976074ebd00defe149d424c3a2ebc63ae20fc (patch) | |
tree | 01758b96f23ae9f77dd349377a497b6afc86cbff /usr.bin/w | |
parent | 349f81351db3b34270d17d925cff0d27d9d5dbcf (diff) | |
download | FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.zip FreeBSD-src-36c976074ebd00defe149d424c3a2ebc63ae20fc.tar.gz |
Replace /kernel with /boot/kernel/kernel.
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Diffstat (limited to 'usr.bin/w')
-rw-r--r-- | usr.bin/w/uptime.1 | 4 | ||||
-rw-r--r-- | usr.bin/w/w.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index c5d0c34..cc11c71 100644 --- a/usr.bin/w/uptime.1 +++ b/usr.bin/w/uptime.1 @@ -48,8 +48,8 @@ the length of time the system has been up, the number of users, and the load average of the system over the last 1, 5, and 15 minutes. .Sh FILES -.Bl -tag -width /kernel -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel +.It Pa /boot/kernel/kernel system name list .El .Sh SEE ALSO diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 8c87a87..08b2884 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -76,7 +76,7 @@ core instead of the default .It Fl N Extract the name list from the specified system instead of the default -.Dq /kernel . +.Dq /boot/kernel/kernel . .It Fl n Don't attempt to resolve network addresses (normally .Nm |