summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2013-11-02 17:25:35 +0000
committerMarc Espie <espie@cvs.openbsd.org>2013-11-02 17:25:35 +0000
commitbd7b0a98f801308ca23e84816085ecea15441caa (patch)
tree388bf8009df0a837cb7d5a2852e870474180296b /lib/libc
parent675c7274d16612772b03166a487ffe8cb782ac72 (diff)
.Xr clock_gettime
okay deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/poll.25
-rw-r--r--lib/libc/sys/select.25
-rw-r--r--lib/libc/sys/stat.25
-rw-r--r--lib/libc/sys/utimes.25
4 files changed, 12 insertions, 8 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index 7ceaffb33fa..fd456fbb7d6 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: poll.2,v 1.22 2013/04/29 17:06:20 matthew Exp $
+.\" $OpenBSD: poll.2,v 1.23 2013/11/02 17:25:34 espie Exp $
.\"
.\" Copyright (c) 1994 Jason R. Thorpe
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\"
-.Dd $Mdocdate: April 29 2013 $
+.Dd $Mdocdate: November 2 2013 $
.Dt POLL 2
.Os
.Sh NAME
@@ -257,6 +257,7 @@ file descriptors.
The timeout passed was invalid.
.El
.Sh SEE ALSO
+.Xr clock_gettime 2 ,
.Xr getrlimit 2 ,
.Xr read 2 ,
.Xr select 2 ,
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 335660c8c6b..7a8b5289b9b 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: select.2,v 1.31 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: select.2,v 1.32 2013/11/02 17:25:34 espie Exp $
.\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)select.2 8.2 (Berkeley) 3/25/94
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: November 2 2013 $
.Dt SELECT 2
.Os
.Sh NAME
@@ -186,6 +186,7 @@ One of its components is negative or too large.
.El
.Sh SEE ALSO
.Xr accept 2 ,
+.Xr clock_gettime 2 ,
.Xr connect 2 ,
.Xr gettimeofday 2 ,
.Xr poll 2 ,
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 686d6befa55..c9227b3d321 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.2,v 1.35 2013/04/01 20:16:31 guenther Exp $
+.\" $OpenBSD: stat.2,v 1.36 2013/11/02 17:25:34 espie Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: April 1 2013 $
+.Dd $Mdocdate: November 2 2013 $
.Dt STAT 2
.Os
.Sh NAME
@@ -371,6 +371,7 @@ An I/O error occurred while reading from the file system.
.Sh SEE ALSO
.Xr chmod 2 ,
.Xr chown 2 ,
+.Xr clock_gettime 2 ,
.Xr utimes 2 ,
.Xr symlink 7
.Sh STANDARDS
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index 8d5c69f57e9..992008d8ec8 100644
--- a/lib/libc/sys/utimes.2
+++ b/lib/libc/sys/utimes.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utimes.2,v 1.18 2013/03/31 05:07:55 guenther Exp $
+.\" $OpenBSD: utimes.2,v 1.19 2013/11/02 17:25:34 espie Exp $
.\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: March 31 2013 $
+.Dd $Mdocdate: November 2 2013 $
.Dt UTIMES 2
.Os
.Sh NAME
@@ -253,6 +253,7 @@ does not match the owner of the file and is not the superuser.
The file system containing the file is mounted read-only.
.El
.Sh SEE ALSO
+.Xr clock_gettime 2 ,
.Xr stat 2 ,
.Xr utime 3
.Sh STANDARDS