diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index 0b8b7287854..789d52039ac 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.15 2003/12/09 11:05:09 jmc Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.16 2005/08/10 01:18:11 jaredy Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -100,14 +100,14 @@ case an error code is stored into the global variable .Sh ERRORS The following error codes may be set in .Va errno : -.Bl -tag -width [EFAULT] +.Bl -tag -width Er .It Bq Er EINVAL The .Fa clock_id was not a valid value. .It Bq Er EFAULT The -.Fa *tp +.Fa tp argument address referenced invalid memory. .It Bq Er EPERM A user other than the superuser attempted to set the time. |