summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-10-29 12:19:52 +0000
committerjedgar <jedgar@FreeBSD.org>2000-10-29 12:19:52 +0000
commit14485f4b7a7b9961986c941d1fa1b9ae49230055 (patch)
tree2b3325bdf1aa21343647e38c1a48b2561fb4df8a
parentf3bbf2484d831d5bd158435bbf534176a2013e29 (diff)
downloadFreeBSD-src-14485f4b7a7b9961986c941d1fa1b9ae49230055.zip
FreeBSD-src-14485f4b7a7b9961986c941d1fa1b9ae49230055.tar.gz
Remove obsolete /dev/drum references
Reviewed by: alex, asmodai, billf
-rw-r--r--bin/ps/ps.15
-rw-r--r--sbin/dmesg/dmesg.81
-rw-r--r--share/man/man8/man8.alpha/MAKEDEV.82
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.82
-rw-r--r--usr.bin/systat/systat.13
5 files changed, 5 insertions, 8 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 5510c42..6e81ab1 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -166,9 +166,8 @@ option implies the
.Fl m
option.
.It Fl W
-Extract swap information from the specified file instead of the
-default
-.Pa /dev/drum .
+Extract swap information from the specified file instead of
+using libkvm.
.It Fl w
Use 132 columns to display information, instead of the default which
is your window size.
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8
index fd9e175..b989e90 100644
--- a/sbin/dmesg/dmesg.8
+++ b/sbin/dmesg/dmesg.8
@@ -62,7 +62,6 @@ Extract the name list from the specified system instead of the default
.Bl -tag -width /etc/kmem -compact
.It Pa /dev/mem
.It Pa /dev/kmem
-.It Pa /dev/drum
.It Pa /kernel
.El
.Sh HISTORY
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8
index 92cea6a..6e3592e 100644
--- a/share/man/man8/man8.alpha/MAKEDEV.8
+++ b/share/man/man8/man8.alpha/MAKEDEV.8
@@ -72,7 +72,7 @@ the hash sign
must be replaced by a unit number.
.Bl -tag -width indent
.It std
-the standard devices (console, drum, fd/*, klog, kmem, mem, null,
+the standard devices (console, fd/*, klog, kmem, mem, null,
stderr, stdin, stdout, tty)
.It local
configuration specific devices
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index 95cf3ea..0876c63 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/MAKEDEV.8
@@ -70,7 +70,7 @@ Where a device name is followed by a hash sign (
must be replaced by a unit number.
.Bl -tag -width indent
.It std
-the standard devices (console, drum, fd/*, klog, kmem, mem, null,
+the standard devices (console, fd/*, klog, kmem, mem, null,
stderr, stdin, stdout, tty)
.It local
configuration specific devices
diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1
index 9f11889..2000352 100644
--- a/usr.bin/systat/systat.1
+++ b/usr.bin/systat/systat.1
@@ -490,6 +490,7 @@ and all passthrough devices that provide access to CDROM drives.
.Xr iostat 8 ,
.Xr netstat 1 ,
.Xr vmstat 8 ,
+.Xr kvm 3 ,
.Xr icmp 4 ,
.Xr ip 4 ,
.Xr tcp 4 ,
@@ -500,8 +501,6 @@ and all passthrough devices that provide access to CDROM drives.
For the namelist.
.It Pa /dev/kmem
For information in main memory.
-.It Pa /dev/drum
-For information about swapped out processes.
.It Pa /etc/hosts
For host names.
.It Pa /etc/networks
OpenPOWER on IntegriCloud