diff options
| -rw-r--r-- | sys/man/9/sleep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/9/sleep b/sys/man/9/sleep index f4b2fd4ee..7a1fe1ae2 100644 --- a/sys/man/9/sleep +++ b/sys/man/9/sleep @@ -91,6 +91,14 @@ structure, for example: .IP .B tsleep(&up->sleep, return0, nil, 10); .PP +Both +.I sleep +and +.I tsleep +can be interrupted by +.IR postnote +(see +.IR kproc (9)). .SH SOURCE .B /sys/src/9/port/proc.c .br |
