Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Merge descriptions for same error code.



details:   https://anonhg.NetBSD.org/src/rev/615de2c014de
branches:  trunk
changeset: 773698:615de2c014de
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Feb 13 13:22:09 2012 +0000

description:
Merge descriptions for same error code.

diffstat:

 lib/libc/sys/__quotactl.2 |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (24 lines):

diff -r c918ed2fa092 -r 615de2c014de lib/libc/sys/__quotactl.2
--- a/lib/libc/sys/__quotactl.2 Mon Feb 13 13:05:36 2012 +0000
+++ b/lib/libc/sys/__quotactl.2 Mon Feb 13 13:22:09 2012 +0000
@@ -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
 .\"    The Regents of the University of California.  All rights reserved.
@@ -309,11 +309,9 @@
 .It Bq Er EFAULT
 A pointer points outside the process's allocated address space.
 .It Bq Er EINVAL
-The operation code was out of range.
-.It Bq Er EINVAL
-A requested ID or object type was out of range.
-.It Bq Er EINVAL
-A corrupted or invalid cursor was passed in.
+The operation code was out of range; or
+a requested ID or object type was out of range; or
+a corrupted or invalid cursor was passed in.
 .It Bq Er ENODEV
 The requested action was inappropriate for
 .Pq or not supported by



Home | Main Index | Thread Index | Old Index