Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 18:03:49 -0700 (PDT)
From:      Evan Sarmiento <kaworu@sektor7.ath.cx>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/28929: [patch] No man page for pfind()
Message-ID:  <200107130103.f6D13nR54875@freefall.freebsd.org>

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

>Number:         28929
>Category:       misc
>Synopsis:       [patch] No man page for pfind()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 12 18:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Evan Sarmiento
>Release:        4.3
>Organization:
>Environment:
FreeBSD teqnix.sekt7.org 4.3-RELEASE FreeBSD 4.3-RELEASE #17: Wed Jul 11 04:21:57 GMT 2001     root@teqnix.sekt7.org:/usr/home/kaworu/work/jailuser/current/src/sys/compile/KAWORU  i386

>Description:
I have created a manpage for pfind(). Manpage pasted below:
>How-To-Repeat:

>Fix:
.\" -*- nroff -*-
.\"
.\" Copyright (c) 1996 Doug Rabson
.\"
.\" All rights reserved.
.\"
.\" This program is free software.
.\"
.\" 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 DEVELOPERS ``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 DEVELOPERS 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.
.\"
.Dd July 11, 2001
.Os
.Dt pfind 9
.Sh NAME
.Nm pfind
.Nd returns pointer to a proc structure in argument
.Sh SYNOPSIS
.Fd #include <sys/proc.h>
.Ft struct proc *
.Fn pfind "pid_t"
.Sh DESCRIPTION
.Pp
pfind takes a pid as its argument and returns a pointer to the proc structure wh
o's PID is the pid
specified in the argument
.Sh RETURN VALUES
pfind returns a pointer to a proc structure on success and a NULL on failure.
.Sh AUTHORS
This man page was written by
Evan Sarmiento.

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

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




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