diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-05 07:04:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-11-05 07:04:50 +0000 |
commit | d52b82132ba5e57226f7eb2204e44ecfd526b3f6 (patch) | |
tree | d004f2c4ad690007f1ee3fb92c40dc5b66170c1d | |
parent | d1dfca8fd6c62fbc38b85ccba91232f36ff81739 (diff) |
zap double word;
-rw-r--r-- | lib/libc/sys/poll.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index db45384c3d2..fd8154a4fcd 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: poll.2,v 1.25 2014/11/05 00:08:40 millert Exp $ +.\" $OpenBSD: poll.2,v 1.26 2014/11/05 07:04:49 jmc Exp $ .\" .\" Copyright (c) 1994 Jason R. Thorpe .\" All rights reserved. @@ -223,7 +223,7 @@ as they have slightly different semantics. The first semantic difference is that, unlike .Fn select , .Fn poll -has a way of of indicating that one or more file descriptors is invalid +has a way of indicating that one or more file descriptors is invalid by setting a flag in the .Fa revents field of corresponding entry of |