Merge descriptions for same error code.
This commit is contained in:
parent
2b8cc88a65
commit
074fd0cb6c
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: __quotactl.2,v 1.1 2012/02/13 01:24:03 dholland Exp $
|
.\" $NetBSD: __quotactl.2,v 1.2 2012/02/13 13:22:09 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1983, 1990, 1991, 1993
|
.\" Copyright (c) 1983, 1990, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -309,11 +309,9 @@ failures include:
|
||||||
.It Bq Er EFAULT
|
.It Bq Er EFAULT
|
||||||
A pointer points outside the process's allocated address space.
|
A pointer points outside the process's allocated address space.
|
||||||
.It Bq Er EINVAL
|
.It Bq Er EINVAL
|
||||||
The operation code was out of range.
|
The operation code was out of range; or
|
||||||
.It Bq Er EINVAL
|
a requested ID or object type was out of range; or
|
||||||
A requested ID or object type was out of range.
|
a corrupted or invalid cursor was passed in.
|
||||||
.It Bq Er EINVAL
|
|
||||||
A corrupted or invalid cursor was passed in.
|
|
||||||
.It Bq Er ENODEV
|
.It Bq Er ENODEV
|
||||||
The requested action was inappropriate for
|
The requested action was inappropriate for
|
||||||
.Pq or not supported by
|
.Pq or not supported by
|
||||||
|
|
Loading…
Reference in New Issue