aboutsummaryrefslogtreecommitdiff
path: root/bin/sleep/sleep.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-16 16:41:59 +0000
commit6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch)
tree1775365203268b35ac39f4ba2e40744174a93e39 /bin/sleep/sleep.1
parent2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff)
downloadsrc-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.tar.gz
src-6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581.zip
Add the new standard EXIT STATUS section where appropriate.
Sort standard sections in the (documented) preferred order.
Notes
Notes: svn path=/head/; revision=140353
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r--bin/sleep/sleep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1
index f495949d0bcd..bc56dbf6471b 100644
--- a/bin/sleep/sleep.1
+++ b/bin/sleep/sleep.1
@@ -66,6 +66,8 @@ character as a decimal point).
This is a non-portable extension, and its use will nearly guarantee that
a shell script will not execute properly on another system.
.Ef
+.Sh EXIT STATUS
+.Ex -std
.Sh EXAMPLES
To schedule the execution of a command for
.Va x
@@ -106,8 +108,6 @@ The script checks every five minutes for the file zzz.rawdata,
when the file is found, then another portion processing
is done courteously by sleeping for 70 seconds in between each
awk job.
-.Sh DIAGNOSTICS
-.Ex -std
.Sh SEE ALSO
.Xr nanosleep 2 ,
.Xr sleep 3