diff options
| author | khorben <khorben@NetBSD.org> | 2013-11-28 02:46:37 +0000 |
|---|---|---|
| committer | khorben <khorben@NetBSD.org> | 2013-11-28 02:46:37 +0000 |
| commit | d8bae69c899ec4c25331bb9ca532fd74a216830c (patch) | |
| tree | 7b9acc589ff5a34e57753af6a327f61fe1a5d10f /lib/libc/sys | |
| parent | b4ee24cef01a2fc790ec2ed17af895b03bcb5c1e (diff) | |
Fixed a typo in the example code for select(2)
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/select.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index a88422b56ad..b6fa8608300 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: select.2,v 1.39 2013/04/04 21:52:04 wiz Exp $ +.\" $NetBSD: select.2,v 1.40 2013/11/28 02:46:37 khorben Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -211,7 +211,7 @@ main(int argc, char **argv) break; default: - printf("Data received on %d file desciptor(s)\en", ret); + printf("Data received on %d file descriptor(s)\en", ret); /* * select(2) hands back a file descriptor set where |
