From owner-freebsd-doc Fri Oct 27 9:32:23 2000 Delivered-To: freebsd-doc@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 3617337B479 for ; Fri, 27 Oct 2000 09:32:20 -0700 (PDT) Received: by peitho.fxp.org (Postfix, from userid 1000) id E9F6B1360E; Fri, 27 Oct 2000 12:32:18 -0400 (EDT) Date: Fri, 27 Oct 2000 12:32:18 -0400 From: Chris Faulhaber To: freebsd-doc@FreeBSD.org Subject: /dev/drum remnants Message-ID: <20001027123218.A41829@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , freebsd-doc@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org /dev/drum was removed quite a while ago; however, it is still referred to in a few man pages (MAKEDEV.8, dmesg.8, ps.1, systat.1). Would anyone care to review the following diffs to remove /dev/drum references and add kvm references as appropriate? -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org Index: MAKEDEV.8 =================================================================== RCS file: /home/ncvs/src/share/man/man8/man8.alpha/MAKEDEV.8,v retrieving revision 1.15 diff -u -r1.15 MAKEDEV.8 --- MAKEDEV.8 1999/09/22 21:42:58 1.15 +++ MAKEDEV.8 2000/10/27 16:22:07 @@ -72,7 +72,7 @@ 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 Index: MAKEDEV.8 =================================================================== RCS file: /home/ncvs/src/share/man/man8/man8.i386/MAKEDEV.8,v retrieving revision 1.15 diff -u -r1.15 MAKEDEV.8 --- MAKEDEV.8 1999/11/12 04:03:04 1.15 +++ MAKEDEV.8 2000/10/27 16:21:58 @@ -70,7 +70,7 @@ 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 Index: dmesg.8 =================================================================== RCS file: /home/ncvs/src/sbin/dmesg/dmesg.8,v retrieving revision 1.5 diff -u -r1.5 dmesg.8 --- dmesg.8 1999/08/28 00:12:35 1.5 +++ dmesg.8 2000/05/07 18:48:36 @@ -62,7 +62,6 @@ .Bl -tag -width /etc/kmem -compact .It Pa /dev/mem .It Pa /dev/kmem -.It Pa /dev/drum .It Pa /kernel .El .Sh HISTORY Index: ps.1 =================================================================== RCS file: /home/ncvs/src/bin/ps/ps.1,v retrieving revision 1.24 diff -u -r1.24 ps.1 --- ps.1 1999/08/27 23:14:51 1.24 +++ ps.1 2000/05/07 18:36:32 @@ -164,9 +164,8 @@ .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. Index: systat.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/systat/systat.1,v retrieving revision 1.23 diff -u -r1.23 systat.1 --- systat.1 2000/03/02 14:53:32 1.23 +++ systat.1 2000/05/07 18:40:44 @@ -490,6 +490,7 @@ .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 @@ 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message