Thu Jan 20 10:44:42 2011 UTC ()
New sentence, new line. Use Dq.


(wiz)
diff -r1.9 -r1.10 src/common/lib/libprop/prop_number.3
diff -r1.7 -r1.8 src/common/lib/libprop/prop_object.3
diff -r1.5 -r1.6 src/common/lib/libprop/prop_send_ioctl.3

cvs diff -r1.9 -r1.10 src/common/lib/libprop/prop_number.3 (expand / switch to context diff)
--- src/common/lib/libprop/prop_number.3 2008/04/30 13:10:46 1.9
+++ src/common/lib/libprop/prop_number.3 2011/01/20 10:44:42 1.10
@@ -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

cvs diff -r1.7 -r1.8 src/common/lib/libprop/prop_object.3 (expand / switch to context diff)
--- src/common/lib/libprop/prop_object.3 2008/04/30 13:10:46 1.7
+++ src/common/lib/libprop/prop_object.3 2011/01/20 10:44:42 1.8
@@ -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

cvs diff -r1.5 -r1.6 src/common/lib/libprop/prop_send_ioctl.3 (expand / switch to context diff)
--- src/common/lib/libprop/prop_send_ioctl.3 2008/04/30 13:10:46 1.5
+++ src/common/lib/libprop/prop_send_ioctl.3 2011/01/20 10:44:42 1.6
@@ -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