Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/1ae54d50dbe4
branches:  trunk
changeset: 761064:1ae54d50dbe4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 20 10:42:19 2011 +0000

description:
Remove trailing whitespace.

diffstat:

 common/lib/libprop/prop_array_util.3   |  8 ++++----
 common/lib/libprop/prop_send_syscall.3 |  4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r 0b6b137bed59 -r 1ae54d50dbe4 common/lib/libprop/prop_array_util.3
--- a/common/lib/libprop/prop_array_util.3      Thu Jan 20 08:53:24 2011 +0000
+++ b/common/lib/libprop/prop_array_util.3      Thu Jan 20 10:42:19 2011 +0000
@@ -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
diff -r 0b6b137bed59 -r 1ae54d50dbe4 common/lib/libprop/prop_send_syscall.3
--- a/common/lib/libprop/prop_send_syscall.3    Thu Jan 20 08:53:24 2011 +0000
+++ b/common/lib/libprop/prop_send_syscall.3    Thu Jan 20 10:42:19 2011 +0000
@@ -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 .



Home | Main Index | Thread Index | Old Index