git: 9front

Download patch

ref: 72b3ddfe1e44398d4218fcde7f37f27fa4427733
parent: 3195e88c65158c7a26435bc5ab16d363c95ed6fb
author: cinap_lenrek <cinap_lenrek@localhost>
date: Fri Aug 26 06:06:10 EDT 2011

ioproc(2): document iosleep

--- a/sys/man/2/ioproc
+++ b/sys/man/2/ioproc
@@ -10,6 +10,7 @@
 ioproc,
 ioread,
 ioreadn,
+iosleep,
 iowrite \- slave I/O processes for threaded programs
 .SH SYNOPSIS
 .PP
@@ -33,6 +34,7 @@
 long	ioreadn(Ioproc *io, int fd, void *a, long n);
 long	iowrite(Ioproc *io, int fd, void *a, long n);
 int	iodial(Ioproc *io, char *addr, char *local, char *dir, char *cdfp);
+int	iosleep(Ioproc *io, long n);
 .XX
 int	ioflush(Ioproc *io);
 void	iointerrupt(Ioproc *io);
@@ -65,6 +67,7 @@
 .IR ioread ,
 .IR ioreadn ,
 .IR iowrite ,
+.IR iosleep ,
 and
 .IR iodial
 execute the
@@ -178,5 +181,6 @@
 .IR dial (2),
 .IR open (2),
 .IR read (2),
+.IR sleep (2),
 .IR thread (2)
 
--