diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2 index e2b900877f16..72738124e285 100644 --- a/lib/libc/sys/poll.2 +++ b/lib/libc/sys/poll.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: poll.2,v 1.31 2020/07/17 15:34:17 kamil Exp $ +.\" $NetBSD: poll.2,v 1.32 2020/07/17 18:58:11 wiz Exp $ .\" .\" Copyright (c) 1998, 2005, 2020 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -221,7 +221,7 @@ This behaviour is believed to be more useful. .Pp The .Fn ppoll -function is an wrapper for +function is an wrapper for .Fn pollts to provide compatiblity with the Linux implementation. .Sh ERRORS