summaryrefslogtreecommitdiff
path: root/lib/libc/sys/clock_gettime.2
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-08-10 01:18:12 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-08-10 01:18:12 +0000
commit4e4b6ed7029cc96cdfc9b2fc7c8ead67078c26f5 (patch)
tree95ea502aac0c6d759a634726949be2b4b86d8b4e /lib/libc/sys/clock_gettime.2
parentbf728b77f66c3b081701cafbbffefba2b040402b (diff)
- standard ERRORS layout
- refer to formal parameters correctly ok jmc
Diffstat (limited to 'lib/libc/sys/clock_gettime.2')
-rw-r--r--lib/libc/sys/clock_gettime.26
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.