Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop New sentence, new line. Use Dq.



details:   https://anonhg.NetBSD.org/src/rev/9b832ec8b9c7
branches:  trunk
changeset: 761065:9b832ec8b9c7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jan 20 10:44:42 2011 +0000

description:
New sentence, new line. Use Dq.

diffstat:

 common/lib/libprop/prop_number.3     |  20 +++++++++++++-------
 common/lib/libprop/prop_object.3     |   5 +++--
 common/lib/libprop/prop_send_ioctl.3 |   5 +++--
 3 files changed, 19 insertions(+), 11 deletions(-)

diffs (74 lines):

diff -r 1ae54d50dbe4 -r 9b832ec8b9c7 common/lib/libprop/prop_number.3
--- a/common/lib/libprop/prop_number.3  Thu Jan 20 10:42:19 2011 +0000
+++ b/common/lib/libprop/prop_number.3  Thu Jan 20 10:44:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_number.3,v 1.9 2008/04/30 13:10:46 martin Exp $
+.\"    $NetBSD: prop_number.3,v 1.10 2011/01/20 10:44:42 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -150,14 +150,20 @@
 if the numeric value object has an unsigned value.
 .It Fn prop_number_integer_value "prop_number_t number"
 Returns the signed integer value of the numeric value object.
-If the supplied object isn't a numeric value, zero is returned. Thus,
-it is not possible to distinguish between ``not a prop_number_t''
-and ``prop_number_t has a value of 0''.
+If the supplied object isn't a numeric value, zero is returned.
+Thus,
+it is not possible to distinguish between
+.Dq not a prop_number_t
+and
+.Dq prop_number_t has a value of 0 .
 .It Fn prop_number_unsigned_integer_value "prop_number_t number"
 Returns the unsigned integer value of the numeric value object.
-If the supplied object isn't a numeric value, zero is returned. Thus,
-it is not possible to distinguish between ``not a prop_number_t''
-and ``prop_number_t has a value of 0''.
+If the supplied object isn't a numeric value, zero is returned.
+Thus,
+it is not possible to distinguish between
+.Dq not a prop_number_t
+and
+.Dq prop_number_t has a value of 0 .
 .It Fn prop_number_equals "prop_number_t num1" "prop_number_t num2"
 Returns
 .Dv true
diff -r 1ae54d50dbe4 -r 9b832ec8b9c7 common/lib/libprop/prop_object.3
--- a/common/lib/libprop/prop_object.3  Thu Jan 20 10:42:19 2011 +0000
+++ b/common/lib/libprop/prop_object.3  Thu Jan 20 10:44:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_object.3,v 1.7 2008/04/30 13:10:46 martin Exp $
+.\"    $NetBSD: prop_object.3,v 1.8 2011/01/20 10:44:42 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -72,7 +72,8 @@
 Decrement the reference count on an object.
 If the last reference is dropped, the object is freed.
 .It Fn prop_object_type "prop_object_t obj"
-Determine the type of the object.  Objects are one of the following types:
+Determine the type of the object.
+Objects are one of the following types:
 .Pp
 .Bl -tag -width "PROP_TYPE_DICT_KEYSYM" -compact
 .It Dv PROP_TYPE_BOOL
diff -r 1ae54d50dbe4 -r 9b832ec8b9c7 common/lib/libprop/prop_send_ioctl.3
--- a/common/lib/libprop/prop_send_ioctl.3      Thu Jan 20 10:42:19 2011 +0000
+++ b/common/lib/libprop/prop_send_ioctl.3      Thu Jan 20 10:44:42 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_send_ioctl.3,v 1.5 2008/04/30 13:10:46 martin Exp $
+.\"    $NetBSD: prop_send_ioctl.3,v 1.6 2011/01/20 10:44:42 wiz Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,8 @@
 lists to and from the kernel using
 .Xr ioctl 2 .
 .Sh RETURN VALUES
-If successful, functions return zero. Otherwise, an error number is returned to indicate the error.
+If successful, functions return zero.
+Otherwise, an error number is returned to indicate the error.
 .Sh ERRORS
 .Fn prop_array_send_ioctl
 and



Home | Main Index | Thread Index | Old Index