| Summary: | [PATCH] No man page for pgfind() | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Evan Sarmiento <kaworu> |
| Component: | Books & Articles | Assignee: | ru <ru> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Evan Sarmiento
2001-08-08 23:00:02 UTC
Evan Sarmiento <kaworu@sektor7.ath.cx> writes: > .\" $FreeBSD: src/share/man/man9/pfind.9,v 1.1 2001/07/16 07:04:09 ru Exp $ This should just be "$FreeBSD$". ... > .Sh DESCRIPTION > .Fn pgfind ... > .Sh RETURN VALUES > .Nm pgfind Why did you use .Nm here? It should be .Fn like above. > returns NULL on failure or a pointer to a returns .Dv 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 . Also, some of the lines have extra whitespace at the end. It shouldn't be there. Thanks. On Wed, Aug 08, 2001 at 02:53:59PM -0700, Evan Sarmiento wrote: [...] > .Nm pgfind > .Nd locate a process group by pid > `pid' and `pgid' are different things. pgfind() locates a process group by number. I would write this like "by ID", or "by number". > .Sh DESCRIPTION +The > .Fn pgfind +function > takes a > .Fa pid s/pid/pgid > as its argument and returns a pointer to the > .Vt pgrp > structure whose pgid is specified in the argument. s/pgid/.Va pg_id/ > .Pp Gratuitous .Pp. > .Sh RETURN VALUES > .Nm pgfind The .Fn pgfind function > returns NULL on failure or a pointer to a .Dv NULL > .Vt pgrp > structure on sucessful completion. > .Sh AUTHORS > This man page was written by > .An Evan Sarmiento Aq kaworu@sektor7.ath.cx . If you agree with these corrections, I can commit your manpage, and connect it to build in man9/Makefile. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age Yes, I do accept the corrections. Commit away. Thanks a lot. :-) -- ----------------------------------- Evan Sarmiento | www.open-root.org ems@sekt7.org | www.sekt7.org/~ems/ ----------------------------------- State Changed From-To: open->closed Committed, thanks! Responsible Changed From-To: freebsd-doc->ru |