Module Name: src
Committed By: riz
Date: Sun Nov 21 02:27:40 UTC 2010
Modified Files:
src/lib/libc/sys [netbsd-5]: ioctl.2
Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1395):
lib/libc/sys/ioctl.2: revision 1.21
Correctly spell 'acknowledged'.
Found by Christian Brueffer.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.20.32.1 src/lib/libc/sys/ioctl.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/ioctl.2
diff -u src/lib/libc/sys/ioctl.2:1.20 src/lib/libc/sys/ioctl.2:1.20.32.1
--- src/lib/libc/sys/ioctl.2:1.20 Mon Nov 8 16:15:42 2004
+++ src/lib/libc/sys/ioctl.2 Sun Nov 21 02:27:39 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: ioctl.2,v 1.20 2004/11/08 16:15:42 wiz Exp $
+.\" $NetBSD: ioctl.2,v 1.20.32.1 2010/11/21 02:27:39 riz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)ioctl.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd November 6, 2004
+.Dd May 11, 2010
.Dt IOCTL 2
.Os
.Sh NAME
@@ -96,7 +96,7 @@
The nature of the required processing depends on the underlying device.
For tty devices, these bytes are typically queued for delivery
to the tty hardware.
-For TCP sockets, these bytes have not yet been acknolwedged by the
+For TCP sockets, these bytes have not yet been acknowledged by the
other side of the connection.
For files, this operation always returns zero as files do not have
send queues.