Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove extra word.
details: https://anonhg.NetBSD.org/src/rev/a7597eb2d5f4
branches: trunk
changeset: 456386:a7597eb2d5f4
user: wiz <wiz%NetBSD.org@localhost>
date: Mon May 06 06:56:36 2019 +0000
description:
Remove extra word.
diffstat:
lib/libc/sys/poll.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 38789e447868 -r a7597eb2d5f4 lib/libc/sys/poll.2
--- a/lib/libc/sys/poll.2 Mon May 06 06:56:07 2019 +0000
+++ b/lib/libc/sys/poll.2 Mon May 06 06:56:36 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: poll.2,v 1.29 2019/05/06 00:50:26 christos Exp $
+.\" $NetBSD: poll.2,v 1.30 2019/05/06 06:56:36 wiz Exp $
.\"
.\" Copyright (c) 1998, 2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -219,7 +219,7 @@
before any of the selected events occurred.
.It Bq Er EINVAL
The specified time limit is negative or
-the number of pollfd structures specified is larger the than the current
+the number of pollfd structures specified is larger than the current
file descriptor resource limit.
.El
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index