aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vm_page_sleep_busy.9
Commit message (Collapse)AuthorAgeFilesLines
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyAndriy Gapon2010-10-201-68/+0
| | | | | | | | Suggested by: alc MFC after: 4 days Notes: svn path=/head/; revision=214097
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsAndriy Gapon2010-10-201-1/+1
| | | | | | | | Reviewed by: alc MFC after: 4 days Notes: svn path=/head/; revision=214095
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147647
* Document some of the kernel vm_page API as well as the pbuf API.Alfred Perlstein2001-07-181-0/+68
Submitted by: Chad David <davidc@acns.ab.ca> Notes: svn path=/head/; revision=79845