Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Minor wording fix/clarification (sending ...



details:   https://anonhg.NetBSD.org/src/rev/e93a8f5c982b
branches:  trunk
changeset: 750021:e93a8f5c982b
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Dec 14 05:47:30 2009 +0000

description:
Minor wording fix/clarification (sending -> copying) from Silas Silva
in PR 42414.

diffstat:

 common/lib/libprop/prop_copyin_ioctl.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r bf214b3f642c -r e93a8f5c982b common/lib/libprop/prop_copyin_ioctl.9
--- a/common/lib/libprop/prop_copyin_ioctl.9    Mon Dec 14 05:25:21 2009 +0000
+++ b/common/lib/libprop/prop_copyin_ioctl.9    Mon Dec 14 05:47:30 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_copyin_ioctl.9,v 1.6 2009/10/11 01:55:28 wiz Exp $
+.\"    $NetBSD: prop_copyin_ioctl.9,v 1.7 2009/12/14 05:47:30 dholland Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -65,14 +65,14 @@
 .Nm prop_dictionary_copyin_ioctl ,
 and
 .Nm prop_dictionary_copyout_ioctl
-functions implement the kernel side of a protocol for sending property lists
+functions implement the kernel side of a protocol for copying property lists
 to and from the kernel using
 .Xr ioctl 2 .
 The functions
 .Nm prop_array_copyin
 and
 .Nm prop_dictionary_copyin
-implement the kernel side of a protocol for sending property lists to the
+implement the kernel side of a protocol for copying property lists to the
 kernel as arguments of normal system calls.
 .Pp
 A kernel routine receiving or returning a property list will be passed a



Home | Main Index | Thread Index | Old Index