aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/logwtmp.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-71/+0
| | | | | | | | | | | | | These functions only apply to utmp(5). They cannot be kept intact when moving towards utmpx. The login(3) function would break, because its argument is an utmp structure. The logout(3) and logwtmp(3) functions cannot be used, since they provide a functionality which partially overlaps. Increment SHLIB_MAJOR to 9 to indicate the removal. Notes: svn path=/head/; revision=202216
* Fix the phrase about "both files", which must be leftYaroslav Tykhiy2001-10-111-1/+3
| | | | | | | | | | from login(3). This page, logwtmp(3), speaks of only one file -- wtmp(5). MFC after: 1 week Notes: svn path=/head/; revision=84793
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-221-6/+2
| | | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fixed bitrot in the prototype for logwtmp().Bruce Evans1998-01-161-2/+2
| | | | Notes: svn path=/head/; revision=32569
* Add #include <sys/types.h> in synopsis, now required for libutil.h.David Nugent1997-05-111-1/+2
| | | | Notes: svn path=/head/; revision=25704
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* 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
* Spelling/mdoc police.Mike Pritchard1996-12-301-2/+2
| | | | Notes: svn path=/head/; revision=21111
* Finally document the interfaces found in libutil. While being here,Joerg Wunsch1996-12-291-0/+72
also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :) Notes: svn path=/head/; revision=21026