| Summary: | rfork(2)'s RFTHREAD is not documented | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Marc Olzheim <marcolz> |
| Component: | Books & Articles | Assignee: | Pav Lucistnik <pav> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Marc Olzheim
2005-03-16 11:10:02 UTC
State Changed From-To: open->feedback I found your wording a little hard to understand. What about: RFTHREAD If set, the new process shares filedescriptor to process leaders table with it's parent. Only applies when neither RFFDG nor RFCFDG are set. Responsible Changed From-To: freebsd-doc->pav Take On Sun, May 13, 2007 at 01:44:28AM -0500, illoai@gmail.com wrote: > For the obsessive-compulsive punctuation nannies: > > RFTHREAD If set, the new process shares file descriptor-to-process > leaders table with its parent. Only applies when neither > RFFDG nor RFCFDG are set. Yes, sounds good to me :) State Changed From-To: feedback->patched Committed to HEAD, will MFC later pav 2007-05-14 13:58:54 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
lib/libc/sys rfork.2
Log:
Document RFTHREAD
PR: docs/78915
Submitted by: Marc Olzheim <marcolz@stack.nl>
MFC after: 1 week
Revision Changes Path
1.35 +9 -1 src/lib/libc/sys/rfork.2
_______________________________________________
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: patched->closed MFC'ed. |