Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 10:03:49 -0400
From:      Allan Fields <bsd@afields.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-docs@FreeBSD.org
Subject:   docs/82779: ddb(4) manpage: kill
Message-ID:  <20050629140349.GB19408@afields.ca>
Resent-Message-ID: <200506291410.j5TEALW4051511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82779
>Category:       docs
>Synopsis:       Kill entry for ddb manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 29 14:10:21 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 --bg08WKrSYDhXBjb5
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050629140349.GB19408>