shithub: riscv

Download patch

ref: d00b2c84666cda27e676c9c2043815f3f01fb2cc
parent: 6cf9fb7b80043c70b861813d4a915dafa571ffd8
author: rgl <devnull@localhost>
date: Fri Dec 20 18:15:07 EST 2019

sleep(9): recover comment with the right reference

--- a/sys/man/9/sleep
+++ b/sys/man/9/sleep
@@ -91,6 +91,14 @@
 .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