Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Correctly spell 'acknowledged'.



details:   https://anonhg.NetBSD.org/src/rev/847bb996a02e
branches:  trunk
changeset: 754750:847bb996a02e
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Tue May 11 16:17:18 2010 +0000

description:
Correctly spell 'acknowledged'.

Found by Christian Brueffer.

diffstat:

 lib/libc/sys/ioctl.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6aeab29c3415 -r 847bb996a02e lib/libc/sys/ioctl.2
--- a/lib/libc/sys/ioctl.2      Tue May 11 14:57:20 2010 +0000
+++ b/lib/libc/sys/ioctl.2      Tue May 11 16:17:18 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index