sleep(9): recover comment with the right reference

This commit is contained in:
rgl 2019-12-20 23:15:07 +01:00
parent 6cf9fb7b80
commit d00b2c8466

View file

@ -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