]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/3/proc
fixing broken path reference
[plan9front.git] / sys / man / 3 / proc
index c5863dc73c74d93e10f76717fe190b3b49f54cdd..c4c241d0212c2266f9de21446adc20e755dcecd4 100644 (file)
@@ -132,8 +132,7 @@ the six 11-character numbers also held in the process's
 .B #c/cputime
 file
 .IP \-
-the amount of memory used by the process, except its stack,
-in units of 1024 bytes
+the amount of memory used by the process in units of 1024 bytes
 .IP \-
 the base and current scheduling priority, each 11 character numbers
 .PP
@@ -341,6 +340,15 @@ Without an argument, toggle trace event generation for this process into
 With a zero argument, tracing for the proc is turned off, with a non-zero numeric
 argument, it is turned on.
 .TP 10n
+.B interrupt
+Interrupt a blocking system call. If no blocking call was in progress,
+the interrupt will be pending and the next attempt to block will be interrupted.
+This is similar to posting a note but, unlike notes, a pending interrupt is not
+cleared when crossing the user/kernel boundary.
+.TP 10n
+.B nointerrupt
+Clear a pending interrupt.
+.TP 10n
 .B "period\ \fInu
 Set the real-time scheduling period of the process to
 .IR nu ,