Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2. | ru | 2004-01-14 | 1 | -5/+5 |
| | | | | | Reviewed by: deischen Repocopy by: markm | ||||
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 1 | -2/+4 |
| | |||||
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 1 | -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. | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | ru | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Change my email address in the copyright notices for the sake of consistency | jasone | 2000-07-18 | 1 | -1/+1 |
| | | | | (jasone@canonware.com --> jasone@freebsd.org). | ||||
* | mdoc(7) cleanup: | phantom | 2000-05-04 | 1 | -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 | ||||
* | Add missing man pages. Fix various compliance bugs, mostly having to do with | jasone | 2000-05-02 | 1 | -0/+85 |
error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 |