Module Name:    src
Committed By:   njoly
Date:           Mon Oct  3 15:49:02 UTC 2011

Modified Files:
        src/lib/libc/sys: getitimer.2

Log Message:
Note functions failure for unknown timer type.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/getitimer.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/getitimer.2
diff -u src/lib/libc/sys/getitimer.2:1.26 src/lib/libc/sys/getitimer.2:1.27
--- src/lib/libc/sys/getitimer.2:1.26	Mon May  2 17:14:20 2011
+++ src/lib/libc/sys/getitimer.2	Mon Oct  3 15:49:02 2011
@@ -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 @@ The
 .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.

Reply via email to