diff options
author | 2007-07-11 08:12:15 +0000 | |
---|---|---|
committer | 2007-07-11 08:12:15 +0000 | |
commit | 15aa804314ebe8804e40f58f33f0c014f28dcf49 (patch) | |
tree | f0d2234c57d10cb2ac44316f48f064af5c47e097 /lib/libc | |
parent | put -q in the right place; (diff) | |
download | wireguard-openbsd-15aa804314ebe8804e40f58f33f0c014f28dcf49.tar.xz wireguard-openbsd-15aa804314ebe8804e40f58f33f0c014f28dcf49.zip |
add a STANDARDS section, as requested by itojun;
ok otto
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/poll.2 | 10 |
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 |