Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Note functions failure for unknown timer type.



details:   https://anonhg.NetBSD.org/src/rev/ae3f624f318b
branches:  trunk
changeset: 770101:ae3f624f318b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Oct 03 15:49:02 2011 +0000

description:
Note functions failure for unknown timer type.

diffstat:

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

diffs (29 lines):

diff -r 7e9b8af7b91a -r ae3f624f318b lib/libc/sys/getitimer.2
--- a/lib/libc/sys/getitimer.2  Mon Oct 03 15:43:55 2011 +0000
+++ b/lib/libc/sys/getitimer.2  Mon Oct 03 15:49:02 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getitimer.2,v 1.26 2011/05/02 17:14:20 jruoho Exp $
+.\"    $NetBSD: getitimer.2,v 1.27 2011/10/03 15:49:02 njoly 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 May 2, 2011
+.Dd October 3, 2011
 .Dt GETITIMER 2
 .Os
 .Sh NAME
@@ -150,7 +150,9 @@
 .Fa value
 parameter specified a bad address.
 .It Bq Er EINVAL
-A
+The
+.Fa which
+parameter was not a known timer type, or the
 .Fa value
 parameter specified a time that was too large
 to be handled.



Home | Main Index | Thread Index | Old Index