diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 1999-10-28 17:41:33 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 1999-10-28 17:41:33 +0000 |
commit | 22307be5c958e5b0a5ea1f0f0b303fe359ea02f9 (patch) | |
tree | 7cf79454564701ec61bdc021e48a680fd86f8294 /bin/sleep/sleep.1 | |
parent | 04509351015285311e608d23607093dfd284e876 (diff) |
Restore reference to sleep(3).
Notes
Notes:
svn path=/head/; revision=52604
Diffstat (limited to 'bin/sleep/sleep.1')
-rw-r--r-- | bin/sleep/sleep.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 1c5e6824123b..2908b3dda829 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -120,7 +120,8 @@ when the file is found, then another portion processing is done courteously by sleeping for 70 seconds in between each awk job. .Sh SEE ALSO -.Xr nanosleep 2 +.Xr nanosleep 2 , +.Xr sleep 3 .Sh STANDARDS The .Nm |