diff options
author | rgl <devnull@localhost> | 2019-12-20 23:15:07 +0100 |
---|---|---|
committer | rgl <devnull@localhost> | 2019-12-20 23:15:07 +0100 |
commit | d00b2c84666cda27e676c9c2043815f3f01fb2cc (patch) | |
tree | 0d304808dff44fc71c90f07a4db8174d5ead835b /sys/man/9 | |
parent | 6cf9fb7b80043c70b861813d4a915dafa571ffd8 (diff) |
sleep(9): recover comment with the right reference
Diffstat (limited to 'sys/man/9')
-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 |