Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 1999 00:53:41 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sleep sleep.1 sleep.c
Message-ID:  <199910010753.AAA82201@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          1999/10/01 00:53:41 PDT

  Modified files:
    bin/sleep            sleep.1 sleep.c 
  Log:
  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).
  
  Revision  Changes    Path
  1.13      +17 -9     src/bin/sleep/sleep.1
  1.9       +57 -5     src/bin/sleep/sleep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910010753.AAA82201>