aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/ulimit.3
Commit message (Collapse)AuthorAgeFilesLines
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these areTim J. Robbins2003-01-041-4/+4
| | | | | | | | the names required by 1003.1-2001. The old names are retained for source compatibility with FreeBSD 5.0 and will be removed before 6.0. Notes: svn path=/head/; revision=108637
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+1
| | | | Notes: svn path=/head/; revision=108087
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-1/+1
| | | | Notes: svn path=/head/; revision=108040
* mdoc(7) police: overhaul.Ruslan Ermilov2002-12-041-5/+3
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107592
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-081-0/+100
Submitted by: Kyle Martin <mkm@ieee.org> Notes: svn path=/head/; revision=101497