diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-01-16 16:41:59 +0000 |
commit | 6fca4c7c3f16b87ad8b9ffa6564f5654f44ed581 (patch) | |
tree | 1775365203268b35ac39f4ba2e40744174a93e39 /bin/sleep/sleep.1 | |
parent | 2d7142bf0d3cccc74a0fc8479fa63c795d0d0556 (diff) |
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.1 | 4 |
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 |