Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys pull over agc's typo fix from agc-symver branch.
details: https://anonhg.NetBSD.org/src/rev/a1c1c52410f0
branches: trunk
changeset: 785890:a1c1c52410f0
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Apr 04 21:52:04 2013 +0000
description:
pull over agc's typo fix from agc-symver branch.
diffstat:
lib/libc/sys/select.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 56c9c7657ebe -r a1c1c52410f0 lib/libc/sys/select.2
--- a/lib/libc/sys/select.2 Thu Apr 04 21:15:15 2013 +0000
+++ b/lib/libc/sys/select.2 Thu Apr 04 21:52:04 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: select.2,v 1.38 2010/04/05 21:25:56 joerg Exp $
+.\" $NetBSD: select.2,v 1.39 2013/04/04 21:52:04 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -192,7 +192,7 @@
FD_SET(fd, \*[Am]read_set);
/*
- * Check if data is ready to be readen on
+ * Check if data is ready to be read on
* file descriptor 1, give up after 10 seconds.
*/
ret = select(fd + 1, \*[Am]read_set, NULL, NULL, \*[Am]timeout);
Home |
Main Index |
Thread Index |
Old Index