ddb(4) manpage: kill
    Allan Fields 
    bsd at afields.ca
       
    Wed Jun 15 22:24:18 GMT 2005
    
    
  
Kill entry for ddb(4) manpage.
-- 
Allan Fields
-------------- next part --------------
--- ddb.4.orig	Wed Jun 15 16:36:40 2005
+++ ddb.4	Wed Jun 15 18:04:00 2005
@@ -409,6 +409,20 @@
 .Li m
 modifier will alter the display to show VM map
 addresses for the process and not show other info.
+.It Xo Cm kill
+.Ar sig Ns , Ns
+.Ar pid
+.Xc
+Send a signal to a process.
+Send signal
+.Ar sig
+to process
+.Ar pid Ns
+, which is acted upon returning from the debugger.
+Can be used to kill a process causing resource contention in the case of a hung system.
+See:
+.Xr signal 3
+for a list of signals.
 .It Cm show registers Ns Op Cm /u
 Display the register set.
 If the
    
    
More information about the freebsd-current
mailing list