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 errors.



details:   https://anonhg.NetBSD.org/src/rev/2d8061b6ce55
branches:  trunk
changeset: 820920:2d8061b6ce55
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jan 15 22:14:22 2017 +0000

description:
Sort errors.

diffstat:

 common/lib/libprop/prop_copyin_ioctl.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d631821f9ff7 -r 2d8061b6ce55 common/lib/libprop/prop_copyin_ioctl.9
--- a/common/lib/libprop/prop_copyin_ioctl.9    Sun Jan 15 21:42:09 2017 +0000
+++ b/common/lib/libprop/prop_copyin_ioctl.9    Sun Jan 15 22:14:22 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_copyin_ioctl.9,v 1.10 2017/01/15 21:42:09 pgoyette Exp $
+.\"    $NetBSD: prop_copyin_ioctl.9,v 1.11 2017/01/15 22:14:22 wiz Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -159,6 +159,9 @@
 .Fn prop_dictionary_copyin_ioctl
 will fail if:
 .Bl -tag -width Er
+.It Bq Er E2BIG
+The object being copied is larger than an arbitrarily established limit
+(currently set to 128Kbytes).
 .It Bq Er EFAULT
 Bad address
 .It Bq Er EIO
@@ -167,9 +170,6 @@
 Cannot allocate memory
 .It Bq Er ENOTSUP
 Not supported
-.It Bq Er E2BIG
-The object being copied is larger than an arbitrarily established limit
-(currently set to 128Kbytes).
 .El
 .Pp
 .Fn prop_array_copyout_ioctl



Home | Main Index | Thread Index | Old Index