Penguin

Differences between version 3 and predecessor to the previous major change of getitimer(2).

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

Newer page: version 3 Last edited on Tuesday, June 4, 2002 12:23:41 am by perry Revert
Older page: version 2 Last edited on Tuesday, June 4, 2002 12:23:41 am by perry Revert
@@ -72,16 +72,16 @@
 long tv_usec; /* microseconds */ 
 }; 
  
  
-Getitimer(2) fills the structure indicated by 
+__ 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 
+__ Setitimer__ (2) sets the indicated timer to the value in 
 ''value''. If ''ovalue'' is nonzero, the old value of 
 the timer is stored there. 
  
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.