Module Name:    src
Committed By:   mbalmer
Date:           Tue May 11 16:17:19 UTC 2010

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

Log Message:
Correctly spell 'acknowledged'.

Found by Christian Brueffer.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.21
--- src/lib/libc/sys/ioctl.2:1.20	Mon Nov  8 16:15:42 2004
+++ src/lib/libc/sys/ioctl.2	Tue May 11 16:17:18 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ioctl.2,v 1.20 2004/11/08 16:15:42 wiz Exp $
+.\"	$NetBSD: ioctl.2,v 1.21 2010/05/11 16:17:18 mbalmer 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.

Reply via email to