Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys s/three/multiple/



details:   https://anonhg.NetBSD.org/src/rev/d0860f796b04
branches:  trunk
changeset: 456229:d0860f796b04
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Apr 27 22:00:29 2019 +0000

description:
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.

diffstat:

 lib/libc/sys/getitimer.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 22546ea979c6 -r d0860f796b04 lib/libc/sys/getitimer.2
--- a/lib/libc/sys/getitimer.2  Sat Apr 27 17:58:51 2019 +0000
+++ b/lib/libc/sys/getitimer.2  Sat Apr 27 22:00:29 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index