Date: Fri, 27 Oct 2000 12:32:18 -0400 From: Chris Faulhaber <jedgar@fxp.org> To: freebsd-doc@FreeBSD.org Subject: /dev/drum remnants Message-ID: <20001027123218.A41829@peitho.fxp.org>
next in thread | raw e-mail | index | archive | help
/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001027123218.A41829>