Sort errors.

This commit is contained in:
wiz 2017-01-15 22:14:22 +00:00
parent 4545115c63
commit 7d1bc67258

View File

@ -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. .\" Copyright (c) 2006, 2009 The NetBSD Foundation, Inc.
.\" All rights reserved. .\" All rights reserved.
@ -159,6 +159,9 @@ and
.Fn prop_dictionary_copyin_ioctl .Fn prop_dictionary_copyin_ioctl
will fail if: will fail if:
.Bl -tag -width Er .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 .It Bq Er EFAULT
Bad address Bad address
.It Bq Er EIO .It Bq Er EIO
@ -167,9 +170,6 @@ Input/output error
Cannot allocate memory Cannot allocate memory
.It Bq Er ENOTSUP .It Bq Er ENOTSUP
Not supported Not supported
.It Bq Er E2BIG
The object being copied is larger than an arbitrarily established limit
(currently set to 128Kbytes).
.El .El
.Pp .Pp
.Fn prop_array_copyout_ioctl .Fn prop_array_copyout_ioctl