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/5bba0a277adf
branches:  trunk
changeset: 451103:5bba0a277adf
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 c4e76d5e0ff0 -r 5bba0a277adf 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