Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libprop Document E2BIG error when copying a large...



details:   https://anonhg.NetBSD.org/src/rev/d631821f9ff7
branches:  trunk
changeset: 820919:d631821f9ff7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jan 15 21:42:09 2017 +0000

description:
Document E2BIG error when copying a large object.

diffstat:

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

diffs (19 lines):

diff -r 67009b76e891 -r d631821f9ff7 common/lib/libprop/prop_copyin_ioctl.9
--- a/common/lib/libprop/prop_copyin_ioctl.9    Sun Jan 15 21:42:03 2017 +0000
+++ b/common/lib/libprop/prop_copyin_ioctl.9    Sun Jan 15 21:42:09 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: prop_copyin_ioctl.9,v 1.9 2011/01/20 10:47:33 wiz Exp $
+.\"    $NetBSD: prop_copyin_ioctl.9,v 1.10 2017/01/15 21:42:09 pgoyette Exp $
 .\"
 .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -167,6 +167,9 @@
 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