Module Name: src
Committed By: christos
Date: Sat Nov 5 18:17:29 UTC 2011
Modified Files:
src/lib/libc/gen: time.3
Log Message:
there no errors defined for time.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gen/time.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/time.3
diff -u src/lib/libc/gen/time.3:1.15 src/lib/libc/gen/time.3:1.16
--- src/lib/libc/gen/time.3:1.15 Fri Apr 23 21:35:50 2010
+++ src/lib/libc/gen/time.3 Sat Nov 5 14:17:29 2011
@@ -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