summaryrefslogtreecommitdiffstats
path: root/share/man/man3/timeradd.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document TIMEVAL_TO_TIMESPEC() and TIMESPEC_TO_TIMEVAL().cheloha2019-05-101-3/+32
| | | | | | With input from schwarze@. "read ok" jmc@, "yep" deraadt@, ok schwarze@
* minor formatting tweaks, and add the missing RETURN VALUES section;schwarze2019-02-071-13/+12
| | | | OK cheloha@ jmc@
* Add manpage for timer* macros, actually document timespec* macros.cheloha2019-02-071-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@