diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-06 19:15:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-06 19:15:05 +0000 |
commit | 42bda9364dcd7badc52dbf9bcdc900443d0b80f6 (patch) | |
tree | 1e5d09a8fdfebed9c2f9c2f17a02f9f7d10acd02 /lib/libc/sys/adjtime.2 | |
parent | faa12c380d89f81ab5679f328b4b12dfcbb01732 (diff) |
adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wattle.id.au
Diffstat (limited to 'lib/libc/sys/adjtime.2')
-rw-r--r-- | lib/libc/sys/adjtime.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/adjtime.2 b/lib/libc/sys/adjtime.2 index 38723ea205a..03f68525080 100644 --- a/lib/libc/sys/adjtime.2 +++ b/lib/libc/sys/adjtime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adjtime.2,v 1.6 1999/05/23 14:10:50 aaron Exp $ +.\" $OpenBSD: adjtime.2,v 1.7 1999/06/06 19:15:04 deraadt Exp $ .\" $NetBSD: adjtime.2,v 1.5 1995/10/12 15:40:44 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -93,7 +93,7 @@ case an error code is stored in the global variable will fail if: .Bl -tag -width Er .It Bq Er EFAULT -An argument points outside the process's allocated address space. +Either of the arguments point outside the process's allocated address space. .It Bq Er EPERM The process's effective user ID is not that of the super-user. .El |