aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep
Commit message (Collapse)AuthorAgeFilesLines
* Restore reference to sleep(3).Ruslan Ermilov1999-10-281-1/+2
| | | | Notes: svn path=/head/; revision=52604
* Let sleep(1) handle fractions of a second (up to nanosecond).Ruslan Ermilov1999-10-012-12/+72
| | | | | | | | | | This is a conservative change. It does the same thing in weird cases like the old one. For example, 'sleep abcd' still sleeps for zero seconds. `sleep 10.a' and `sleep 10.05aa' do the best and not abort (ie: 10.a == 10 seconds, 10.05a == 10.05 seconds). Notes: svn path=/head/; revision=51835
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
| | | | Notes: svn path=/head/; revision=50471
* Describe proper signals behavior rather than just removing it.Ruslan Ermilov1999-08-161-2/+8
| | | | | | | | | Remove obsoleted reference to alarm(3). Submitted by: bde Notes: svn path=/head/; revision=49891
* There is no special handling for SIGALRM asRuslan Ermilov1999-08-091-11/+3
| | | | | | | sleep(3) is implemented using nanosleep(2). Notes: svn path=/head/; revision=49576
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=46684
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-182-8/+10
| | | | Notes: svn path=/head/; revision=36152
* Describe signals behaviour nowAndrey A. Chernov1997-08-121-1/+7
| | | | Notes: svn path=/head/; revision=28130
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24348
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
| | | | Notes: svn path=/head/; revision=21635
* Cleanup man page and -Wall cleaning.Steve Price1996-12-142-6/+6
| | | | Notes: svn path=/head/; revision=20423
* Added $Id$David Greenman1994-09-243-0/+4
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-263-0/+201
Notes: svn path=/head/; revision=1556