aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/logwtmp.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-171-2/+2
| | | | Notes: svn path=/stable/4/; revision=88037
* MFC rev1.11: Don't say "both files" while speaking of a single file.Yaroslav Tykhiy2001-11-021-1/+3
| | | | Notes: svn path=/stable/4/; revision=85851
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-4/+4
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-6/+2
| | | | Notes: svn path=/stable/4/; revision=59519
* $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