aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/vm_map_stack.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267936
* The Giant lock is no longer used in the vm_map(9) part of the VM.Sergey Kandaurov2013-01-101-5/+5
| | | | | | | | | While here, document that the process lock is acquired in vm_map_stack, too. MFC after: 1 week Notes: svn path=/head/; revision=245268
* Spelling fixes.Mike Pritchard2006-12-141-1/+1
| | | | Notes: svn path=/head/; revision=165213
* 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
* Fixed the .Os call (missing or wrong).Ruslan Ermilov2004-07-061-0/+1
| | | | Notes: svn path=/head/; revision=131681
* mdoc(7) fixes.Ruslan Ermilov2004-07-061-6/+9
| | | | Notes: svn path=/head/; revision=131680
* Add manual pages for the vm_map(9) part of the VM.Bruce M Simpson2003-09-301-0/+128
Reviewed by: juli Approved by: jake (mentor) Notes: svn path=/head/; revision=120586