| Summary: | missing pthread_yield man page | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Poul-Henning Kamp <phk> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Poul-Henning Kamp
2006-07-11 12:40:16 UTC
State Changed From-To: open->patched Fixed in HEAD. maxim 2006-09-18 18:07:49 UTC
FreeBSD src repository
Modified files:
share/man/man3 Makefile
Added files:
share/man/man3 pthread_yield.3
Log:
o Add pthread_yield.3 man page.
PR: docs/100083
Reviewed by: deischen, ru
Obtained from: OpenBSD
MFC after: 2 weeks
Revision Changes Path
1.42 +2 -1 src/share/man/man3/Makefile
1.1 +31 -0 src/share/man/man3/pthread_yield.3 (new)
_______________________________________________
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 Merged to RELENG_6. |