From 14485f4b7a7b9961986c941d1fa1b9ae49230055 Mon Sep 17 00:00:00 2001 From: jedgar Date: Sun, 29 Oct 2000 12:19:52 +0000 Subject: Remove obsolete /dev/drum references Reviewed by: alex, asmodai, billf --- bin/ps/ps.1 | 5 ++--- sbin/dmesg/dmesg.8 | 1 - share/man/man8/man8.alpha/MAKEDEV.8 | 2 +- share/man/man8/man8.i386/MAKEDEV.8 | 2 +- usr.bin/systat/systat.1 | 3 +-- 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 -- cgit v1.1