diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-14 06:24:56 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-14 06:24:56 +0000 |
commit | 8b0461d9c3e6343db7a01319a37c8ea0e915e113 (patch) | |
tree | 28a717bc7997dbb6c4f9b3e640f95713c1b3a4f2 | |
parent | c5055ea5fa9b8693a995d73c112fd0732d5ea67e (diff) |
document EINVAL return bad values as "which"; ok deraadt, millert
-rw-r--r-- | lib/libc/sys/getitimer.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 4299f3a9e2b..75ab9d72bde 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.19 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: getitimer.2,v 1.20 2005/08/14 06:24:55 jaredy Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -190,6 +190,10 @@ parameter specified a bad address. A .Fa value parameter specified a time that was too large to be handled. +.It Bq Er EINVAL +An unrecognized value for +.Fa which +was specified. .El .Sh SEE ALSO .Xr gettimeofday 2 , |