aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b2c76c41be32)
* Soften caveat about fractional seconds for sleep(1)Benjamin Kaduk2021-01-011-3/+3
| | | | | | | | | Support for fractional seconds has become much more widespread since this text was originally written. Reported by: Mark Eichin Reviewed by: gbe, jilles Differential Revision: https://reviews.freebsd.org/D26208
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Document the new argument parser for sleep(1) and SIGINFO behaviour.Konstantin Belousov2010-08-021-6/+7
| | | | | | | | | Remove higlight for the unportability notice. MFC after: 3 weeks Notes: svn path=/head/; revision=210750
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-2/+2
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
| | | | Notes: svn path=/head/; revision=139969
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* Sort sections, use Ex macro in Diagnostics section, point out that the firstTim J. Robbins2002-06-101-11/+4
| | | | | | | example only works with csh(1). Notes: svn path=/head/; revision=98092
* Add History section. sleep appeared in v4.Tim J. Robbins2002-06-101-0/+5
| | | | Notes: svn path=/head/; revision=98091
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=81251
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-1/+1
| | | | Notes: svn path=/head/; revision=70056
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
| | | | Notes: svn path=/head/; revision=57695
* 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-011-8/+16
| | | | | | | | | | 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-271-1/+1
| | | | 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-181-5/+5
| | | | Notes: svn path=/head/; revision=36152
* Describe signals behaviour nowAndrey A. Chernov1997-08-121-1/+7
| | | | Notes: svn path=/head/; revision=28130
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* 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
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
| | | | Notes: svn path=/head/; revision=21635
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-3/+3
| | | | Notes: svn path=/head/; revision=20423
* Added $Id$David Greenman1994-09-241-0/+1
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+116
Notes: svn path=/head/; revision=1556