git: 9front

Download patch

ref: b5b3110c52398e9471bca4528acee12bc4e4f715
parent: 9cdd887965488a6c9b04deaada3752f7848e7fca
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
--