From afields@afields.ca  Wed Jun 29 14:03:50 2005
Return-Path: <afields@afields.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E07E616A41C;
	Wed, 29 Jun 2005 14:03:50 +0000 (GMT)
	(envelope-from afields@afields.ca)
Received: from afields.ca (afields.ca [216.194.67.132])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9CD4B43D55;
	Wed, 29 Jun 2005 14:03:50 +0000 (GMT)
	(envelope-from afields@afields.ca)
Received: from afields.ca (localhost.afields.ca [127.0.0.1])
	by afields.ca (8.12.11/8.12.11) with ESMTP id j5TE3ngd046509;
	Wed, 29 Jun 2005 10:03:49 -0400 (EDT)
	(envelope-from afields@afields.ca)
Received: (from afields@localhost)
	by afields.ca (8.12.11/8.12.11/Submit) id j5TE3nCb046508;
	Wed, 29 Jun 2005 10:03:49 -0400 (EDT)
	(envelope-from afields)
Message-Id: <20050629140349.GB19408@afields.ca>
Date: Wed, 29 Jun 2005 10:03:49 -0400
From: Allan Fields <bsd@afields.ca>
Reply-To: Allan Fields <bsd@afields.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: freebsd-docs@freebsd.org
Subject: ddb(4) manpage: kill
X-Send-Pr-Version: 3.113

>Number:         82779
>Category:       docs
>Synopsis:       [patch] Kill entry for ddb manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bde
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 14:10:21 GMT 2005
>Closed-Date:    Fri Mar 07 18:16:35 UTC 2008
>Last-Modified:  Fri Mar 07 18:16:35 UTC 2008
>Originator:     Allan Fields
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
AFRSL
>Environment:


>Description:
        <precise description of the problem (multiple lines)>
>How-To-Repeat:
        <code/input/activities to reproduce 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"

--- 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

--bg08WKrSYDhXBjb5--
>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/82779: commit references a PR
Date: Tue, 10 Oct 2006 23:09:23 +0000 (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"
 
State-Changed-From-To: open->patched 
State-Changed-By: ru 
State-Changed-When: Thu Oct 12 10:57:54 UTC 2006 
State-Changed-Why:  
Bruce committed a fix to HEAD. 


Responsible-Changed-From-To: freebsd-doc->bde 
Responsible-Changed-By: ru 
Responsible-Changed-When: Thu Oct 12 10:57:54 UTC 2006 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=82779 
State-Changed-From-To: patched->closed 
State-Changed-By: rwatson 
State-Changed-When: Fri Mar 7 18:16:13 UTC 2008 
State-Changed-Why:  
Close PR, this seems to be fully addressed.  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82779 
>Unformatted:
 --bg08WKrSYDhXBjb5
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
