aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpagesizes.3
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267774
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
| | | | | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days Notes: svn path=/head/; revision=233648
* Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1]Alan Cox2009-09-211-3/+4
| | | | | | | | | Turn the "AUTHORS" section into a full sentence. Pointed out by: ru [1] Notes: svn path=/head/; revision=197394
* Add getpagesizes(3). This functions either the number of supported pageAlan Cox2009-09-191-0/+98
sizes or some number of the sizes themselves. It is functionally compatible with a function by the same name under Solaris. Reviewed by: jhb Notes: svn path=/head/; revision=197331