Bug 82779

Summary: [patch] Kill entry for ddb manpage
Product: Documentation Reporter: Allan Fields <bsd>
Component: Books & ArticlesAssignee: Bruce Evans <bde>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Allan Fields 2005-06-29 15:10:21 UTC
        <precise description of the problem (multiple lines)>

Fix: <how to correct or work around the problem, if known (multiple lines)>

Kill entry for ddb(4) manpage.

-- 
Allan Fields

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="ddb.diff"



--bg08WKrSYDhXBjb5----FAkSo8HXdjOw4c2Uo9sO1tHnS3cC8S2CZqirRdMV0YKR5qk8
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
How-To-Repeat:         <code/input/activities to reproduce the problem (multiple lines)>
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-10-11 00:09:23 UTC
bde         2006-10-10 23:09:10 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ddb.4 
  Log:
  Document the `kill' command.
  
  Submitted by:   Allan Fields <bsd@afields.ca>
  PR:             82779
  
  Revision  Changes    Path
  1.38      +19 -8     src/share/man/man4/ddb.4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 ru freebsd_committer freebsd_triage 2006-10-12 11:57:54 UTC
State Changed
From-To: open->patched

Bruce committed a fix to HEAD. 


Comment 3 ru freebsd_committer freebsd_triage 2006-10-12 11:57:54 UTC
Responsible Changed
From-To: freebsd-doc->bde
Comment 4 Robert Watson freebsd_committer freebsd_triage 2008-03-07 18:16:13 UTC
State Changed
From-To: patched->closed

Close PR, this seems to be fully addressed.  Thanks for the submission!