Module Name: src
Committed By: wiz
Date: Thu Jan 20 10:48:37 UTC 2011
Modified Files:
src/common/lib/libprop: prop_send_syscall.3
Log Message:
Typos, wording.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libprop/prop_send_syscall.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/common/lib/libprop/prop_send_syscall.3
diff -u src/common/lib/libprop/prop_send_syscall.3:1.2 src/common/lib/libprop/prop_send_syscall.3:1.3
--- src/common/lib/libprop/prop_send_syscall.3:1.2 Thu Jan 20 10:42:19 2011
+++ src/common/lib/libprop/prop_send_syscall.3 Thu Jan 20 10:48:37 2011
@@ -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