aboutsummaryrefslogtreecommitdiff
path: root/man/man3/sleep.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/sleep.3')
-rw-r--r--man/man3/sleep.311
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man3/sleep.3 b/man/man3/sleep.3
index 7df6c33c..0afa71d2 100644
--- a/man/man3/sleep.3
+++ b/man/man3/sleep.3
@@ -43,3 +43,14 @@ the alarm clock.
.SH DIAGNOSTICS
These functions set
.IR errstr .
+.SH BUGS
+To avoid name conflicts with the underlying system,
+.I sleep
+and
+.I alarm
+are preprocessor macros defined as
+.I p9sleep
+and
+.IR p9alarm ;
+see
+.IR intro (3).