summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
committerdg <dg@FreeBSD.org>1994-08-05 09:14:37 +0000
commit6b466831f41965b3c04e37a06388e031c03316b6 (patch)
tree242b5d9154977fcfbc3e9f84dd0d6851c367a897 /usr.bin
parent57ea13e98c2c8a39a0a8fb034ee3cb0f3654d591 (diff)
downloadFreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.zip
FreeBSD-src-6b466831f41965b3c04e37a06388e031c03316b6.tar.gz
Converted 'vmunix' to 'kernel'.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/fstat.12
-rw-r--r--usr.bin/netstat/netstat.14
-rw-r--r--usr.bin/nfsstat/nfsstat.14
-rw-r--r--usr.bin/systat/systat.12
-rw-r--r--usr.bin/uucp/acucntrl/acucntrl.82
-rw-r--r--usr.bin/vmstat/vmstat.84
-rw-r--r--usr.bin/w/uptime.14
-rw-r--r--usr.bin/w/w.12
8 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1
index 1db0330..715e09a 100644
--- a/usr.bin/fstat/fstat.1
+++ b/usr.bin/fstat/fstat.1
@@ -72,7 +72,7 @@ instead of the default
.Pa /dev/kmem .
.It Fl N
Extract the name list from the specified system instead of the default
-.Pa /vmunix .
+.Pa /kernel .
.It Fl n
Numerical format. Print the device number (maj,min) of the filesystem
the file resides in rather than the mount point name; for special
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index fc0d303..bf9d60e 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -145,7 +145,7 @@ Show statistics recorded by the memory management routines
(the network manages a private pool of memory buffers).
.It Fl N
Extract the name list from the specified system instead of the default
-.Pa /vmunix .
+.Pa /kernel .
.It Fl n
Show network addresses as numbers (normally
.Nm netstat
@@ -280,7 +280,7 @@ command appeared in
.Bx 4.2 .
.\" .Sh FILES
.\" .Bl -tag -width /dev/kmem -compact
-.\" .It Pa /vmunix
+.\" .It Pa /kernel
.\" default kernel namelist
.\" .It Pa /dev/kmem
.\" default memory file
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1
index 3acda6c..cd353c0 100644
--- a/usr.bin/nfsstat/nfsstat.1
+++ b/usr.bin/nfsstat/nfsstat.1
@@ -58,7 +58,7 @@ instead of the default
.Pa /dev/kmem .
.It Fl N
Extract the name list from the specified system instead of the default
-.Pa /vmunix .
+.Pa /kernel .
.It Fl w
Display a shorter summary of
.Tn NFS
@@ -68,7 +68,7 @@ second intervals.
.El
.Sh FILES
.Bl -tag -width /dev/kmem -compact
-.It Pa /vmunix
+.It Pa /kernel
default kernel namelist
.It Pa /dev/kmem
default memory file
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 3b9a5d9..11bdbd5 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -396,7 +396,7 @@ may be specified, separated by spaces.
.El
.Sh FILES
.Bl -tag -width /etc/networks -compact
-.It Pa /vmunix
+.It Pa /kernel
For the namelist.
.It Pa /dev/kmem
For information in main memory.
diff --git a/usr.bin/uucp/acucntrl/acucntrl.8 b/usr.bin/uucp/acucntrl/acucntrl.8
index 57ce495..b2b7f0e 100644
--- a/usr.bin/uucp/acucntrl/acucntrl.8
+++ b/usr.bin/uucp/acucntrl/acucntrl.8
@@ -139,7 +139,7 @@ Worked over many times by W.Sebok
.RI ( i . e .
hacked to death)
.SH FILES
-/dev/kmem, /vmunix, /etc/ttys, /etc/utmp, /dev/tty*
+/dev/kmem, /kernel, /etc/ttys, /etc/utmp, /dev/tty*
.SH BUGS
.PP
Sensing carrier requires the 4.2 BSD TIOCMGET ioctl call. Unfortunately this
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index d2eb074..28ba3e8 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -78,7 +78,7 @@ instead of the default ``/dev/kmem''.
.TP
\-N
Extract the name list from the specified system instead of the default
-``/vmunix''.
+``/kernel''.
.TP
\-m
Report on the usage of kernel dynamic memory listed first by size of
@@ -188,7 +188,7 @@ Others vary every second and running the output for a while will make it
apparent which are recomputed every second.
.SH FILES
.ta \w'/dev/kmem 'u
-/vmunix default kernel namelist
+/kernel default kernel namelist
.br
/dev/kmem default memory file
.SH SEE ALSO
diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1
index a5eb169..8589bbc 100644
--- a/usr.bin/w/uptime.1
+++ b/usr.bin/w/uptime.1
@@ -47,8 +47,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 /vmunix
-.It Pa /vmunix
+.Bl -tag -width /kernel
+.It Pa /kernel
system name list
.El
.Sh SEE ALSO
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index 4e4f5d3..9034ebe 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -72,7 +72,7 @@ core instead of the default
.It Fl N
Extract the name list from the specified system instead of the
default
-.Dq /vmunix .
+.Dq /kernel .
.It Fl n
Show network addresses as numbers (normally
.Nm w
OpenPOWER on IntegriCloud