Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort ERRORS. Add comma in enumeration.
details: https://anonhg.NetBSD.org/src/rev/6a413d80f951
branches: trunk
changeset: 748614:6a413d80f951
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Oct 29 01:52:01 2009 +0000
description:
Sort ERRORS. Add comma in enumeration.
diffstat:
lib/libc/sys/flock.2 | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r fd99696927bf -r 6a413d80f951 lib/libc/sys/flock.2
--- a/lib/libc/sys/flock.2 Thu Oct 29 01:16:51 2009 +0000
+++ b/lib/libc/sys/flock.2 Thu Oct 29 01:52:01 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: flock.2,v 1.20 2009/10/28 18:24:44 njoly Exp $
+.\" $NetBSD: flock.2,v 1.21 2009/10/29 01:52:01 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -129,18 +129,18 @@
The argument
.Fa fd
is an invalid descriptor.
-.It Bq Er EOPNOTSUPP
-The argument
-.Fa fd
-refers to an object other than a file.
.It Bq Er EINVAL
The argument
.Fa operation
does not include exactly one of
.Dv LOCK_EX ,
-.Dv LOCK_SH
+.Dv LOCK_SH ,
or
.Dv LOCK_UN .
+.It Bq Er EOPNOTSUPP
+The argument
+.Fa fd
+refers to an object other than a file.
.El
.Sh SEE ALSO
.Xr close 2 ,
Home |
Main Index |
Thread Index |
Old Index