diff options
author | 2003-04-25 22:14:19 +0000 | |
---|---|---|
committer | 2003-04-25 22:14:19 +0000 | |
commit | 3be9c96df35b62990786e9ca4eae3c4c1693ad43 (patch) | |
tree | af6d704c0dd29ff8902ba80b33841935d7d41868 /lib/libc/sys | |
parent | #define POLLNORM as synonym for POLLRDNORM. ok millert@ (diff) | |
download | wireguard-openbsd-3be9c96df35b62990786e9ca4eae3c4c1693ad43.tar.xz wireguard-openbsd-3be9c96df35b62990786e9ca4eae3c4c1693ad43.zip |
Remove note about POLLMSG. not used and not provided. ok millert@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/poll.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index 938ad5740c7..71a6ee661f9 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.13 2003/02/27 07:55:34 jmc Exp $ +.\" $OpenBSD: poll.2,v 1.14 2003/04/25 22:14:19 tedu Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -125,9 +125,6 @@ Same as .It Nm POLLWRBAND Same as .Nm POLLOUT . -.It Nm POLLMSG -This flag is not used in this implementation and is provided only for source -code compatibility. .El .Pp All flags except |