Index: dumpon.8 =================================================================== RCS file: /home/ncvs/src/sbin/dumpon/dumpon.8,v retrieving revision 1.27 diff -u -r1.27 dumpon.8 --- dumpon.8 21 Aug 2002 18:10:01 -0000 1.27 +++ dumpon.8 7 May 2003 15:56:59 -0000 @@ -72,7 +72,7 @@ flag causes .Nm to be verbose about its activity. -.Sh NOTES +.Sh IMPLEMENTATION NOTES Since a .Xr panic 9 condition may occur in a situation @@ -86,18 +86,23 @@ .Pp The .Nm -utility operates by setting the -.Xr sysctl 3 -MIB variable -.Dq kern.dumpdev -to the device number of the designated +utility operates by opening .Ar special_file -or to -.Dv NODEV -(meaning that no dumps are to be taken) if +and making a +.Dv DIOCSKERNELDUMP +.Xr ioctl 2 +request on it to save kernel crash dumps. +If .Ar special_file is the text string: -.Dq Li off . +.Dq Li off , +.Nm +performs a +.Dv DIOCSKERNELDUMP +.Xr ioctl 2 +on +.Pa /dev/null +and thus instructs the kernel not to save crash dumps. .Pp Since .Nm @@ -108,7 +113,7 @@ must be used to enable dumps for system panics which occur during kernel initialization. .Sh SEE ALSO -.Xr sysctl 3 , +.Xr sysctl 8 , .Xr fstab 5 , .Xr rc.conf 5 , .Xr config 8 ,