aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/leave
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-1/+1
| | | | | | | PR: docs/37176 Notes: svn path=/head/; revision=108221
* ANSIify function definitions.David Malone2002-09-041-10/+7
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
| | | | Notes: svn path=/head/; revision=99112
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-2/+2
| | | | Notes: svn path=/head/; revision=92920
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-5/+5
| | | | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=80381
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-1/+1
| | | | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79011
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=78717
* Don't claim to ignore interrupts.Dima Dorfman2001-05-301-3/+3
| | | | | | | | PR: 27747 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Notes: svn path=/head/; revision=77452
* Remove home-grown prototypes of time() and localtime().Dima Dorfman2001-05-301-3/+3
| | | | | | | Reviewed by: md5(1) Notes: svn path=/head/; revision=77451
* Call usage() if given more than 1 argument.Kris Kennaway2001-04-241-2/+4
| | | | | | | | Submitted by: "Andrew R. Reiter" <arr@watson.org> Obtained from: OpenBSD Notes: svn path=/head/; revision=75906
* mdoc(7) police: simplify construct.Ruslan Ermilov2001-02-061-6/+1
| | | | Notes: svn path=/head/; revision=72104
* Get rid of hard sentence breakPhilippe Charnier2000-03-271-1/+2
| | | | | | | Asked by: Sheldon Notes: svn path=/head/; revision=58704
* Add .Nm.Philippe Charnier2000-03-261-5/+5
| | | | | | | Options: -> The following options are available: Notes: svn path=/head/; revision=58605
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Don't let secs variable wrap if <= 2.Steve Price1998-04-141-2/+3
| | | | | | | | PR: 6290 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> Notes: svn path=/head/; revision=35182
* 1. Don't reject 0145 if started at 22XX.Wolfgang Helbig1998-01-062-14/+37
| | | | | | | | | | | | | | | | | | Applied suggested fix from Andrew Andrew <andrew@ugh.net.au> with some stylistic changes. Thanks. 2. #include <sys/time.h> -> #include <time.h> 3. Removed #include <sys/param.h> 4. Use setlocale(3) and strftime(3) instead of ctime(3). 5. Clean up -Wall warnings. 6. Make sure, time to leave are integral minutes if the argument is absolute. (i. e. without "+"). If started at 10:10:55 with argument "1020" it computed time to leave as 10:20:55 instead of 10:20:00. PR: 5395 Notes: svn path=/head/; revision=32295
* Check fgets' return value, silent -Wall.Philippe Charnier1997-07-212-11/+22
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=27572
* This commit was generated by cvs2svn to compensate for changes in r27227,Bruce Evans1997-07-061-3/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=27228
| * Import Lite2's src/usr.bin/leave. The man page is still on the vendorBruce Evans1997-07-061-0/+102
| | | | | | | branch and this import just makes a cosmetic change. Notes: svn path=/vendor/CSRG/dist/; revision=27227
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+270
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590