History log of /freebsd-10-stable/bin/sleep/sleep.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 210750 02-Aug-2010 kib

Document the new argument parser for sleep(1) and SIGINFO behaviour.
Remove higlight for the unportability notice.

MFC after: 3 weeks


# 140353 16-Jan-2005 ru

Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.


# 139969 10-Jan-2005 imp

/*- or .\"- or #- to begin license clauses.


# 127958 06-Apr-2004 markm

Remove clause 3 from the UCB licenses.

OK'ed by: imp, core


# 98092 10-Jun-2002 tjr

Sort sections, use Ex macro in Diagnostics section, point out that the first
example only works with csh(1).


# 98091 10-Jun-2002 tjr

Add History section. sleep appeared in v4.


# 81251 07-Aug-2001 ru

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.


# 70056 15-Dec-2000 ru

Prepare for mdoc(7)NG.


# 57695 02-Mar-2000 sheldonh

Remove more single-space hard sentence breaks.


# 52604 28-Oct-1999 ru

Restore reference to sleep(3).


# 51835 01-Oct-1999 ru

Let sleep(1) handle fractions of a second (up to nanosecond).

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).


# 50471 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49891 16-Aug-1999 ru

Describe proper signals behavior rather than just removing it.
Remove obsoleted reference to alarm(3).

Submitted by: bde


# 49576 09-Aug-1999 ru

There is no special handling for SIGALRM as
sleep(3) is implemented using nanosleep(2).


# 46684 08-May-1999 kris

Various spelling/formatting changes.

Submitted by: Philippe Charnier <charnier@xp11.frmug.org>


# 36152 18-May-1998 charnier

Correct use of .Nm. Add rcsid.


# 28130 12-Aug-1997 ache

Describe signals behaviour now


# 22988 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 21635 12-Jan-1997 wosch

Sort cross references.


# 20423 14-Dec-1996 steve

Cleanup man page and -Wall cleaning.


# 3044 24-Sep-1994 dg

Added $Id$


# 1557 26-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1556,
which included commits to RCS files with non-trunk default branches.


# 1556 26-May-1994 rgrimes

BSD 4.4 Lite bin Sources