s/three/multiple/
Adjust text for consistency. There are already more than three interval timers available, and who knows if even more might be added in the future.
This commit is contained in:
parent
fa9ca235d8
commit
7b4757a125
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: getitimer.2,v 1.28 2011/10/27 16:10:37 christos Exp $
|
||||
.\" $NetBSD: getitimer.2,v 1.29 2019/04/27 22:00:29 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -29,7 +29,7 @@
|
|||
.\"
|
||||
.\" @(#)getitimer.2 8.3 (Berkeley) 5/16/95
|
||||
.\"
|
||||
.Dd October 27, 2011
|
||||
.Dd April 28, 2019
|
||||
.Dt GETITIMER 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -45,7 +45,7 @@
|
|||
.Ft int
|
||||
.Fn setitimer "int which" "const struct itimerval * restrict value" "struct itimerval * restrict ovalue"
|
||||
.Sh DESCRIPTION
|
||||
The system provides each process with three interval timers,
|
||||
The system provides each process with multiple interval timers,
|
||||
defined in
|
||||
.Ao Pa sys/time.h Ac .
|
||||
The
|
||||
|
|
Loading…
Reference in New Issue