summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-17 17:35:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-08-17 17:35:18 +0000
commitaa496b0bf4daf2c5c234ee0f9792a26e10aa0817 (patch)
tree5d70a87bd491cc9558c9227ec7f7beb26726e4f4 /lib
parenta55c1adeb84a42399c82033bafbc0ce8c28a6f33 (diff)
Xr poll
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/accept.23
-rw-r--r--lib/libc/sys/connect.23
-rw-r--r--lib/libc/sys/getitimer.23
-rw-r--r--lib/libc/sys/getsockopt.24
-rw-r--r--lib/libc/sys/poll.23
-rw-r--r--lib/libc/sys/read.23
-rw-r--r--lib/libc/sys/recv.23
-rw-r--r--lib/libc/sys/send.23
-rw-r--r--lib/libc/sys/socket.23
-rw-r--r--lib/libc/sys/write.23
10 files changed, 21 insertions, 10 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 567be335756..ad663c3cd99 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: accept.2,v 1.3 1998/07/06 18:27:01 deraadt Exp $
+.\" $OpenBSD: accept.2,v 1.4 1998/08/17 17:35:07 deraadt Exp $
.\" $NetBSD: accept.2,v 1.7 1996/01/31 20:14:42 mycroft Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -164,6 +164,7 @@ The system file table is full.
.Xr bind 2 ,
.Xr connect 2 ,
.Xr listen 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr socket 2
.Sh HISTORY
diff --git a/lib/libc/sys/connect.2 b/lib/libc/sys/connect.2
index c284d5d1d5c..31ac631b87e 100644
--- a/lib/libc/sys/connect.2
+++ b/lib/libc/sys/connect.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: connect.2,v 1.8 1998/07/06 18:27:14 deraadt Exp $
+.\" $OpenBSD: connect.2,v 1.9 1998/08/17 17:35:08 deraadt Exp $
.\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $
.\"
.\" Copyright (c) 1983, 1993
@@ -151,6 +151,7 @@ Too many symbolic links were encountered in translating the pathname.
.El
.Sh SEE ALSO
.Xr accept 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr socket 2 ,
.Xr getsockopt 2 ,
diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2
index 1dae9a9daf9..d79e4145fc4 100644
--- a/lib/libc/sys/getitimer.2
+++ b/lib/libc/sys/getitimer.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getitimer.2,v 1.4 1998/07/06 18:27:29 deraadt Exp $
+.\" $OpenBSD: getitimer.2,v 1.5 1998/08/17 17:35:09 deraadt Exp $
.\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -160,6 +160,7 @@ parameter specified a time that was too large
to be handled.
.El
.Sh SEE ALSO
+.Xr poll 2 ,
.Xr select 2 ,
.Xr sigaction 2 ,
.Xr gettimeofday 2
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index 7cbd5d7b018..1e407284707 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockopt.2,v 1.5 1998/07/06 18:27:39 deraadt Exp $
+.\" $OpenBSD: getsockopt.2,v 1.6 1998/08/17 17:35:11 deraadt Exp $
.\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -339,6 +339,8 @@ is not in a valid part of the process address space.
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr socket 2 ,
+.Xr poll 2 ,
+.Xr select 2 ,
.Xr connect 2 ,
.Xr getprotoent 3 ,
.Xr protocols 5
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index 7bc9fb8fb6f..ff0a2e0d280 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: poll.2,v 1.3 1998/07/06 18:28:11 deraadt Exp $
+.\" $OpenBSD: poll.2,v 1.4 1998/08/17 17:35:12 deraadt Exp $
.\"
.\" Copyright (c) 1994 Jason R. Thorpe
.\" All rights reserved.
@@ -187,6 +187,7 @@ caught a signal during the polling process.
.El
.Sh SEE ALSO
.Xr sysconf 3 ,
+.Xr poll 2 ,
.Xr select 2
.Sh HISTORY
A
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index c6eaf4997fb..3117ed91db0 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: read.2,v 1.6 1998/08/05 16:49:34 millert Exp $
+.\" $OpenBSD: read.2,v 1.7 1998/08/17 17:35:13 deraadt Exp $
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -185,6 +185,7 @@ points outside the process's allocated address space.
.Xr fcntl 2 ,
.Xr open 2 ,
.Xr pipe 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr socket 2 ,
.Xr socketpair 2
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 78a74c84f78..9fb35195a2a 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: recv.2,v 1.9 1998/08/05 16:49:38 millert Exp $
+.\" $OpenBSD: recv.2,v 1.10 1998/08/17 17:35:14 deraadt Exp $
.\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
@@ -293,6 +293,7 @@ was less than 0 or larger than
.Sh SEE ALSO
.Xr fcntl 2 ,
.Xr read 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr getsockopt 2 ,
.Xr socket 2
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 15e1b6e09b3..4fd211242c8 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: send.2,v 1.8 1998/08/05 16:49:37 millert Exp $
+.\" $OpenBSD: send.2,v 1.9 1998/08/17 17:35:15 deraadt Exp $
.\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -194,6 +194,7 @@ was less than 0 or larger than
.Sh SEE ALSO
.Xr fcntl 2 ,
.Xr recv 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr getsockopt 2 ,
.Xr socket 2 ,
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index a43f3c7c826..96c17eda902 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.5 1998/08/07 20:43:52 deraadt Exp $
+.\" $OpenBSD: socket.2,v 1.6 1998/08/17 17:35:16 deraadt Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -244,6 +244,7 @@ The socket cannot be created until sufficient resources are freed.
.Xr listen 2 ,
.Xr read 2 ,
.Xr recv 2 ,
+.Xr poll 2 ,
.Xr select 2 ,
.Xr send 2 ,
.Xr shutdown 2 ,
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index df0585b7049..7461bf661ba 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.7 1998/08/05 16:49:35 millert Exp $
+.\" $OpenBSD: write.2,v 1.8 1998/08/17 17:35:17 deraadt Exp $
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -208,6 +208,7 @@ array overflowed an
.Xr lseek 2 ,
.Xr open 2 ,
.Xr pipe 2 ,
+.Xr poll 2 ,
.Xr select 2
.Sh STANDARDS
The