Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL(). | 2019-05-10 | 1 | -3/+32 | |
| | | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@ | ||||
* | minor formatting tweaks, and add the missing RETURN VALUES section; | 2019-02-07 | 1 | -13/+12 | |
| | | | | OK cheloha@ jmc@ | ||||
* | Add manpage for timer* macros, actually document timespec* macros. | 2019-02-07 | 1 | -0/+174 | |
We use these all over the tree so they ought to be documented on a separate page; move them out of getitimer.2 into timeradd.3. While moving, clean up the language and markup here and there. Still needs to be added to share/man/man3/Makefile, pending any further cleanup in-tree. With input from schwarze@, jmc@, and millert@. "looks great" deraadt@, "(ok)" jmc@, ok tedu@, "we'll spruce it up in-tree" schwarze@ |