diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 21:58:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 21:58:23 +0000 |
commit | 2a01c4afbe3052d3e848806555c6e5a63e4d86a4 (patch) | |
tree | f642187a9e3164c335684b9d2797fbae5f8602d3 | |
parent | 466d0861831bb9bb3afa181f7bcb0b6d49e2e852 (diff) |
update STANDARDS; ok millert@ jmc@
-rw-r--r-- | lib/libc/sys/poll.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index fd8154a4fcd..43fdd15fc1d 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.26 2014/11/05 07:04:49 jmc Exp $ +.\" $OpenBSD: poll.2,v 1.27 2014/11/30 21:58:22 schwarze 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: November 5 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt POLL 2 .Os .Sh NAME @@ -318,7 +318,7 @@ The timeout passed was invalid. The .Fn poll function is compliant with the -.St -xpg4.3 +.St -p1003.1-2008 specification. The .Fn ppoll |