Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Sort sections. New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/c36238cc0992
branches:  trunk
changeset: 748036:c36238cc0992
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Oct 11 01:55:28 2009 +0000

description:
Sort sections. New sentence, new line.

diffstat:

 common/lib/libprop/prop_copyin_ioctl.9 |  61 +++++++++++++++++----------------
 1 files changed, 31 insertions(+), 30 deletions(-)

diffs (82 lines):

diff -r 744dc5f284d8 -r c36238cc0992 common/lib/libprop/prop_copyin_ioctl.9
--- a/common/lib/libprop/prop_copyin_ioctl.9    Sat Oct 10 21:27:46 2009 +0000
+++ b/common/lib/libprop/prop_copyin_ioctl.9    Sun Oct 11 01:55:28 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_copyin_ioctl.9,v 1.5 2009/10/10 18:06:54 bad Exp $
+.\"    $NetBSD: prop_copyin_ioctl.9,v 1.6 2009/10/11 01:55:28 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -81,35 +81,8 @@
 This structure encapsulates the reference to the property list in externalized
 form.
 .Sh RETURN VALUES
-If successful, functions return zero. Otherwise, an error number will be returned to indicate the error.
-.Sh ERRORS
-.Fn prop_array_copyin_ioctl
-and
-.Fn prop_dictionary_copyin_ioctl
-will fail if:
-.Bl -tag -width Er
-.It Bq Er EFAULT
-Bad address
-.It Bq Er EIO
-Input/output error
-.It Bq Er ENOMEM
-Cannot allocate memory
-.It Bq Er ENOTSUP
-Not supported
-.El
-.Pp
-.Fn prop_array_copyout_ioctl
-and
-.Fn prop_dictionary_copyout_ioctl
-will fail if:
-.Bl -tag -width Er
-.It Bq Er EFAULT
-Bad address
-.It Bq Er ENOMEM
-Cannot allocate memory
-.It Bq Er ENOTSUP
-Not supported
-.El
+If successful, functions return zero.
+Otherwise, an error number will be returned to indicate the error.
 .Sh EXAMPLES
 The following
 .Pq simplified
@@ -170,6 +143,34 @@
     ...
 }
 .Ed
+.Sh ERRORS
+.Fn prop_array_copyin_ioctl
+and
+.Fn prop_dictionary_copyin_ioctl
+will fail if:
+.Bl -tag -width Er
+.It Bq Er EFAULT
+Bad address
+.It Bq Er EIO
+Input/output error
+.It Bq Er ENOMEM
+Cannot allocate memory
+.It Bq Er ENOTSUP
+Not supported
+.El
+.Pp
+.Fn prop_array_copyout_ioctl
+and
+.Fn prop_dictionary_copyout_ioctl
+will fail if:
+.Bl -tag -width Er
+.It Bq Er EFAULT
+Bad address
+.It Bq Er ENOMEM
+Cannot allocate memory
+.It Bq Er ENOTSUP
+Not supported
+.El
 .Sh SEE ALSO
 .Xr prop_array 3 ,
 .Xr prop_dictionary 3 ,



Home | Main Index | Thread Index | Old Index