Module Name:    src
Committed By:   wiz
Date:           Thu Jan 20 10:42:19 UTC 2011

Modified Files:
        src/common/lib/libprop: prop_array_util.3 prop_send_syscall.3

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libprop/prop_array_util.3
cvs rdiff -u -r1.1 -r1.2 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_array_util.3
diff -u src/common/lib/libprop/prop_array_util.3:1.3 src/common/lib/libprop/prop_array_util.3:1.4
--- src/common/lib/libprop/prop_array_util.3:1.3	Thu Sep 11 13:15:13 2008
+++ src/common/lib/libprop/prop_array_util.3	Thu Jan 20 10:42:19 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prop_array_util.3,v 1.3 2008/09/11 13:15:13 haad Exp $
+.\"	$NetBSD: prop_array_util.3,v 1.4 2011/01/20 10:42:19 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -127,12 +127,12 @@
     "uint64_t val"
 .\"
 .Ft bool
-.Fn prop_array_set_int32 "prop_array_t dict" "unsigned int indx" \                                                          
+.Fn prop_array_set_int32 "prop_array_t dict" "unsigned int indx" \
     "int32_t val"
 .Ft bool
-.Fn prop_array_set_uint32 "prop_array_t dict" "unsigned int indx" \                                                         
+.Fn prop_array_set_uint32 "prop_array_t dict" "unsigned int indx" \
     "uint32_t val"
-.\"               
+.\"
 .Ft bool
 .Fn prop_array_add_int8 "prop_array_t dict" "int8_t val"
 .Ft bool

Index: src/common/lib/libprop/prop_send_syscall.3
diff -u src/common/lib/libprop/prop_send_syscall.3:1.1 src/common/lib/libprop/prop_send_syscall.3:1.2
--- src/common/lib/libprop/prop_send_syscall.3:1.1	Wed Jan 19 20:34:23 2011
+++ src/common/lib/libprop/prop_send_syscall.3	Thu Jan 20 10:42:19 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: prop_send_syscall.3,v 1.1 2011/01/19 20:34:23 bouyer Exp $
+.\"	$NetBSD: prop_send_syscall.3,v 1.2 2011/01/20 10:42:19 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .Nm prop_array_recv_syscall ,
 .Nm prop_dictionary_send_syscall ,
 and
-.Nm prop_dictionary_recv_syscall 
+.Nm prop_dictionary_recv_syscall
 functions implement the user space side of a protocol for sending property
 lists to and from the kernel using
 .Xr syscall 2 .

Reply via email to