Module Name: src
Committed By: wiz
Date: Thu Jan 20 10:44:42 UTC 2011
Modified Files:
src/common/lib/libprop: prop_number.3 prop_object.3 prop_send_ioctl.3
Log Message:
New sentence, new line. Use Dq.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libprop/prop_number.3
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_object.3
cvs rdiff -u -r1.5 -r1.6 src/common/lib/libprop/prop_send_ioctl.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_number.3
diff -u src/common/lib/libprop/prop_number.3:1.9 src/common/lib/libprop/prop_number.3:1.10
--- src/common/lib/libprop/prop_number.3:1.9 Wed Apr 30 13:10:46 2008
+++ src/common/lib/libprop/prop_number.3 Thu Jan 20 10:44:42 2011
@@ -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
Index: src/common/lib/libprop/prop_object.3
diff -u src/common/lib/libprop/prop_object.3:1.7 src/common/lib/libprop/prop_object.3:1.8
--- src/common/lib/libprop/prop_object.3:1.7 Wed Apr 30 13:10:46 2008
+++ src/common/lib/libprop/prop_object.3 Thu Jan 20 10:44:42 2011
@@ -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
Index: src/common/lib/libprop/prop_send_ioctl.3
diff -u src/common/lib/libprop/prop_send_ioctl.3:1.5 src/common/lib/libprop/prop_send_ioctl.3:1.6
--- src/common/lib/libprop/prop_send_ioctl.3:1.5 Wed Apr 30 13:10:46 2008
+++ src/common/lib/libprop/prop_send_ioctl.3 Thu Jan 20 10:44:42 2011
@@ -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