there no errors defined for time.

This commit is contained in:
christos 2011-11-05 18:17:29 +00:00
parent 06b5587b18
commit c3f7d80d68
1 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: time.3,v 1.15 2010/04/24 01:35:50 dholland Exp $
.\" $NetBSD: time.3,v 1.16 2011/11/05 18:17:29 christos Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\"
.\" @(#)time.3 8.1 (Berkeley) 6/4/93
.\"
.Dd April 23, 2010
.Dd November 5, 2011
.Dt TIME 3
.Os
.Sh NAME
@ -72,12 +72,7 @@ is returned and the global variable
.Va errno
is set to indicate the error.
.Sh ERRORS
The following error codes may be set in
.Va errno :
.Bl -tag -width Er
.It Bq Er EFAULT
An argument address referenced invalid memory.
.El
No errors are defined.
.Sh SEE ALSO
.Xr gettimeofday 2 ,
.Xr ctime 3