summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sleep.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-21 20:57:20 +0000
committermpp <mpp@FreeBSD.org>1997-03-21 20:57:20 +0000
commit739a0bf67664914603367bd0db088b1edc7119dc (patch)
tree2c0eab9741d02b8e38426408ddffc7186c4f12b0 /lib/libc/gen/sleep.3
parent8eaf2deaa2812ed3ea9fdea3f6b64f3d86d565f8 (diff)
downloadFreeBSD-src-739a0bf67664914603367bd0db088b1edc7119dc.zip
FreeBSD-src-739a0bf67664914603367bd0db088b1edc7119dc.tar.gz
Use the .Tn macro for generic FreeBSD references. Other minor cleanup.
Diffstat (limited to 'lib/libc/gen/sleep.3')
-rw-r--r--lib/libc/gen/sleep.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3
index 1016a3d..f488a0b 100644
--- a/lib/libc/gen/sleep.3
+++ b/lib/libc/gen/sleep.3
@@ -85,7 +85,9 @@ is available.
.Xr sigpause 2 ,
.Xr usleep 3
.Sh CAVEAT
-In practice the FreeBSD implementation will not be interrupted: it will
+In practice the
+.Tn FreeBSD
+implementation will not be interrupted: it will
always return the original argument or zero. Code that depends on
sleep being interrupted (using it as a timed pause, for example) needs
to be recoded to use
OpenPOWER on IntegriCloud