diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 2 | ||||
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 6 | ||||
-rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 6 | ||||
-rw-r--r-- | usr.bin/symorder/symorder.1 | 2 | ||||
-rw-r--r-- | usr.bin/systat/systat.1 | 4 | ||||
-rw-r--r-- | usr.bin/vmstat/vmstat.8 | 6 | ||||
-rw-r--r-- | usr.bin/w/uptime.1 | 4 | ||||
-rw-r--r-- | usr.bin/w/w.1 | 2 |
8 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 4f0de5acab16..145b4ce2ba4d 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -74,7 +74,7 @@ instead of the default .Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .It Fl m Include memory-mapped files in the listing; normally these are excluded due to the extra processing required. diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 7dcd03e54a36..f99b4305f23b 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -100,7 +100,7 @@ or the last operation on a semaphore. .It Fl C Ar system Extract the name list from the specified system instead of the default -.Dq Pa /kernel . +.Dq Pa /boot/kernel/kernel . Implies .Fl y . .It Fl M @@ -154,10 +154,10 @@ This manual page is woefully incomplete, because it does not at all attempt to explain the information printed by .Nm . .Sh FILES -.Bl -tag -width /etc/passwd -compact +.Bl -tag -width /boot/kernel/kernel -compact .It Pa /dev/kmem default kernel memory -.It Pa /kernel +.It Pa /boot/kernel/kernel default system name list .El .Sh SEE ALSO diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 8eeae909c1a4..8dd7575a7f45 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -63,7 +63,7 @@ instead of the default .Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .It Fl s Only display server side statistics .It Fl W @@ -77,8 +77,8 @@ activity for both the client and server at second intervals. .El .Sh FILES -.Bl -tag -width /dev/kmem -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel default kernel namelist .It Pa /dev/kmem default memory file diff --git a/usr.bin/symorder/symorder.1 b/usr.bin/symorder/symorder.1 index ed54ece89fe5..0778fd4d14a7 100644 --- a/usr.bin/symorder/symorder.1 +++ b/usr.bin/symorder/symorder.1 @@ -76,7 +76,7 @@ Exit with status zero, even if some symbols are missing. .Pp This program was specifically designed to cut down on the overhead of getting symbols from -.Pa /kernel . +.Pa /boot/kernel/kernel . .Sh DIAGNOSTICS The .Nm diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 9e6812687dd1..07512aeacc59 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -503,8 +503,8 @@ and all passthrough devices that provide access to CDROM drives. .Xr iostat 8 , .Xr vmstat 8 .Sh FILES -.Bl -tag -width /etc/networks -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel For the namelist. .It Pa /dev/kmem For information in main memory. diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index ff8b80b2612a..10986e06f570 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -91,7 +91,7 @@ instead of the default Extract the name list from the specified .Ar system instead of the default -.Pa /kernel . +.Pa /boot/kernel/kernel . .It Fl m Report on the usage of kernel dynamic memory listed first by size of allocation and then by type of usage. @@ -297,8 +297,8 @@ will tell vmstat to select the first three direct access or CDROM devices and display statistics on those devices, as well as other systems statistics every second. .Sh FILES -.Bl -tag -width /dev/kmemxxx -compact -.It Pa /kernel +.Bl -tag -width /boot/kernel/kernel -compact +.It Pa /boot/kernel/kernel default kernel namelist .It Pa /dev/kmem default memory file diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index c5d0c349fa2a..cc11c7110ce3 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 8c87a87f5db1..08b288415955 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 |