diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-17 07:49:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-11-17 07:49:49 +0000 |
commit | a9a787687db5ded780581184c5624f9875cdfbe2 (patch) | |
tree | 106811d6088b79105df7dd6d327decc0be2692f8 /lib/libsndio/sio_open.3 | |
parent | 78907841f177d1a67a023d73d0e2a5f50948fb8e (diff) |
occures -> occurs;
Diffstat (limited to 'lib/libsndio/sio_open.3')
-rw-r--r-- | lib/libsndio/sio_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sio_open.3 b/lib/libsndio/sio_open.3 index 0b50545ff08..c194efa58d6 100644 --- a/lib/libsndio/sio_open.3 +++ b/lib/libsndio/sio_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sio_open.3,v 1.7 2008/11/16 21:52:58 ratchov Exp $ +.\" $OpenBSD: sio_open.3,v 1.8 2008/11/17 07:49:48 jmc Exp $ .\" .\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 16 2008 $ +.Dd $Mdocdate: November 17 2008 $ .Dt SIO_OPEN 3 .Os .Sh NAME @@ -488,7 +488,7 @@ If is set, .Fn sio_write can be called without blocking. -POLLHUP may be set if an error occures, even if +POLLHUP may be set if an error occurs, even if it is not selected with .Fn sio_pollfd . .Pp |