aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/login_times.3
Commit message (Collapse)AuthorAgeFilesLines
* libutil: Document function HISTORY within the manpagesGordon Bergling2020-06-141-1/+11
| | | | | | | | | | Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after: 7 days Differential Revision: https://reviews.freebsd.org/D24795 Notes: svn path=/head/; revision=362169
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Since in_lt() and in_lts() are not static, assume that they are intended toDag-Erling Smørgrav2008-10-201-2/+20
| | | | | | | be part of the public API. Accordingly, add prototypes and document them. Notes: svn path=/head/; revision=184088
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
| | | | Notes: svn path=/head/; revision=131504
* The .Fn functionPhilippe Charnier2003-03-241-4/+8
| | | | Notes: svn path=/head/; revision=112541
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* 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: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* 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
* Add the "use -lutil" line to all functions that require it so people likeBill Fumerola2000-01-181-0/+6
| | | | | | | | | | 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
* mdoc(7)'fyAlexey Zelkin1999-09-211-5/+5
| | | | | | | Reviewed by: mpp Notes: svn path=/head/; revision=51518
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* 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/+155
including manpages. See also login_cap.h. Notes: svn path=/head/; revision=21288