Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | Introduce .Lb macro to libutil manpages | phantom | 2000-04-22 | 1 | -8/+4 |
| | | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. | ||||
* | Add the "use -lutil" line to all functions that require it so people like | billf | 2000-01-18 | 1 | -0/+5 |
| | | | | | | | Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with silly linking errors. Reviewed by: chris | ||||
* | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | green | 1999-10-09 | 1 | -0/+1 |
| | | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Spelling corrections. | jkoshy | 1998-06-06 | 1 | -3/+3 |
| | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Fixed missing const in synopsis. | bde | 1997-04-13 | 1 | -2/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
| | |||||
* | Sort cross references. | wosch | 1997-01-20 | 1 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Library functions relating to the login class capabilities database, | davidn | 1997-01-04 | 1 | -0/+187 |
including manpages. See also login_cap.h. |