summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-07-11 08:12:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-07-11 08:12:16 +0000
commitf470ee6c6610c02d2f773b1d154e467d74b57930 (patch)
tree2372b6ffe326b95f7183d641595b8d54b29a02b3 /lib
parentc472d16fbe5aa27bb3869a86f69060f91de17f02 (diff)
add a STANDARDS section, as requested by itojun;
ok otto
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/poll.210
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index ff25fb1ec36..adfb20831c1 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: poll.2,v 1.20 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: poll.2,v 1.21 2007/07/11 08:12:15 jmc 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: May 31 2007 $
+.Dd $Mdocdate: July 11 2007 $
.Dt POLL 2
.Os
.Sh NAME
@@ -237,6 +237,12 @@ was too large.
.Xr read 2 ,
.Xr select 2 ,
.Xr write 2
+.Sh STANDARDS
+The
+.Fn poll
+function is compliant with the
+.St -xpg4.3
+specification.
.Sh HISTORY
A
.Fn poll