Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Typos, wording.



details:   https://anonhg.NetBSD.org/src/rev/f415df4d6f9b
branches:  trunk
changeset: 761068:f415df4d6f9b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 20 10:48:37 2011 +0000

description:
Typos, wording.

diffstat:

 common/lib/libprop/prop_send_syscall.3 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 57b942add014 -r f415df4d6f9b common/lib/libprop/prop_send_syscall.3
--- a/common/lib/libprop/prop_send_syscall.3    Thu Jan 20 10:47:33 2011 +0000
+++ b/common/lib/libprop/prop_send_syscall.3    Thu Jan 20 10:48:37 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_send_syscall.3,v 1.2 2011/01/20 10:42:19 wiz Exp $
+.\"    $NetBSD: prop_send_syscall.3,v 1.3 2011/01/20 10:48:37 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,9 +34,8 @@
 .Nm prop_array_send_syscall ,
 .Nm prop_array_recv_syscall ,
 .Nm prop_dictionary_send_syscall ,
-.Nm prop_dictionary_recv_syscall ,
-.Nd Helper to send and receive propertly lists to and from the kernel using
-syscall
+.Nm prop_dictionary_recv_syscall
+.Nd send and receive property lists to and from the kernel using syscalls
 .Sh SYNOPSIS
 .In prop/proplib.h
 .Ft bool
@@ -61,7 +60,7 @@
 lists to and from the kernel using
 .Xr syscall 2 .
 .Sh RETURN VALUES
-If successful, functions return true, false otherwise.
+If successful, the functions return true, false otherwise.
 .Sh EXAMPLES
 The following
 .Pq simplified



Home | Main Index | Thread Index | Old Index