Penguin

Differences between current version and previous revision of getitimer(2).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Monday, December 30, 2002 4:19:09 am by PerryLorier
Older page: version 5 Last edited on Monday, December 30, 2002 4:18:37 am by PerryLorier Revert
@@ -24,9 +24,9 @@
  long tv_usec; /* microseconds */ 
  }; 
  
  
-Getitimer (2) fills the structure indicated by ''value'' with the current setting for the timer indicated by ''which'' (one of __ITIMER_REAL__, __ITIMER_VIRTUAL__, or __ITIMER_PROF__). The element __it_value__ is set to the amount of time remaining on 
+getitimer (2) fills the structure indicated by ''value'' with the current setting for the timer indicated by ''which'' (one of __ITIMER_REAL__, __ITIMER_VIRTUAL__, or __ITIMER_PROF__). The element __it_value__ is set to the amount of time remaining on 
 the timer, or zero if the timer is disabled. Similarly, __it_interval__ is set to the reset value. Setitimer(2) sets the indicated timer to the value in ''value''. If ''ovalue'' is nonzero, the old value of the timer is stored there. 
  
 Timers decrement from ''it_value'' to zero, generate a signal, and reset to ''it_interval''. A timer which is set to zero (''it_value'' is zero or the timer expires and ''it_interval'' is zero) stops. 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.