Module Name:    src
Committed By:   khorben
Date:           Thu Nov 28 02:46:37 UTC 2013

Modified Files:
        src/lib/libc/sys: select.2

Log Message:
Fixed a typo in the example code for select(2)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/sys/select.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/select.2
diff -u src/lib/libc/sys/select.2:1.39 src/lib/libc/sys/select.2:1.40
--- src/lib/libc/sys/select.2:1.39	Thu Apr  4 21:52:04 2013
+++ src/lib/libc/sys/select.2	Thu Nov 28 02:46:37 2013
@@ -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

Reply via email to