summaryrefslogtreecommitdiff
path: root/lib/libutil/login_class.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix and clarify unparsable sentence.Diomidis Spinellis2004-05-111-3/+3
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=129113
* Add vmemoryuse to the list.Tom Rhodes2003-04-261-0/+1
| | | | | | | | PR: 50796 Submitted by: Dmitry Sivachenko <mitya@cavia.pp.ru> Notes: svn path=/head/; revision=114065
* The .Fn functionPhilippe Charnier2003-03-241-5/+7
| | | | Notes: svn path=/head/; revision=112541
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79531
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-221-8/+4
| | | | | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. Notes: svn path=/head/; revision=59516
* Add the "use -lutil" line to all functions that require it so people likeBill Fumerola2000-01-181-0/+5
| | | | | | | | | | Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with silly linking errors. Reviewed by: chris Notes: svn path=/head/; revision=56207
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-0/+1
| | | | | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome. Notes: svn path=/head/; revision=52071
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Spelling corrections.Joseph Koshy1998-06-061-3/+3
| | | | | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36692
* Fixed missing const in synopsis.Bruce Evans1997-04-131-2/+2
| | | | Notes: svn path=/head/; revision=24886
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Sort cross references.Wolfram Schneider1997-01-201-3/+3
| | | | Notes: svn path=/head/; revision=21907
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-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. Notes: svn path=/head/; revision=21673
* Library functions relating to the login class capabilities database,David Nugent1997-01-041-0/+187
including manpages. See also login_cap.h. Notes: svn path=/head/; revision=21288