summaryrefslogtreecommitdiff
path: root/lib/libc_r/man/sigwait.3
Commit message (Collapse)AuthorAgeFilesLines
* The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2.Ruslan Ermilov2004-01-141-86/+0
| | | | | | | | Reviewed by: deischen Repocopy by: markm Notes: svn path=/head/; revision=124533
* The .Fn function. Use .Xr where appropriate.Philippe Charnier2003-03-241-2/+4
| | | | Notes: svn path=/head/; revision=112542
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-021-1/+1
| | | | | | | | | `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001. Notes: svn path=/head/; revision=104368
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
| | | | Notes: svn path=/head/; revision=81588
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79754
* /^\.St/ s/-iso9945-1/-p1003.1-96/Ruslan Ermilov2001-02-261-1/+1
| | | | Notes: svn path=/head/; revision=73092
* Change my email address in the copyright notices for the sake of consistencyJason Evans2000-07-181-1/+1
| | | | | | | (jasone@canonware.com --> jasone@freebsd.org). Notes: svn path=/head/; revision=63364
* mdoc(7) cleanup:Alexey Zelkin2000-05-041-6/+5
| | | | | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section Notes: svn path=/head/; revision=59944
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-021-0/+85
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892