Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2001 14:53:59 -0700 (PDT)
From:      Evan Sarmiento <kaworu@sektor7.ath.cx>
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/29552: [PATCH] No man page for pgfind()
Message-ID:  <200108082153.f78Lrx969238@freefall.freebsd.org>

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

>Number:         29552
>Category:       docs
>Synopsis:       [PATCH] No man page for pgfind()
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 15:00:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Evan Sarmiento
>Release:        5.0-CURRENT
>Organization:
>Environment:
FreeBSD armitage.sekt7.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Sat Aug  4 15:43:02 EDT 2001     root@armitage.sekt7.org:/usr/src/sys/i386/compile/INSPIRON  i386


>Description:
I have written a manpage for pgfind(). Here it is below. This is just one in a series of man pages about functions from kern_proc.c I am suggesting. Thanks.

 
>How-To-Repeat:

>Fix:
.\" Copyright (c) 2001 Evan Sarmiento.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man9/pfind.9,v 1.1 2001/07/16 07:04:09 ru Exp $
.\"
.Dd August 8, 2001
.Os
.Dt PGFIND 9
.Sh NAME
.Nm pgfind 
.Nd locate a process group by pid 
.Sh SYNOPSIS
.In sys/proc.h
.Ft "struct pgrp *"
.Fn pgfind "pid_t pgid"
.Sh DESCRIPTION
.Fn pgfind 
takes a
.Fa pid
as its argument and returns a pointer to the
.Vt pgrp 
structure whose pgid is specified in the argument.
.Pp
.Sh RETURN VALUES
.Nm pgfind
returns NULL on failure or a pointer to a
.Vt pgrp 
structure on sucessful completion.
.Sh AUTHORS
This man page was written by
.An Evan Sarmiento Aq kaworu@sektor7.ath.cx .

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




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