Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/95742b14cf6c
branches:  trunk
changeset: 356991:95742b14cf6c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 23 01:05:10 2017 +0000

description:
Sort errors.

diffstat:

 lib/libutil/pidlock.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r d0be71bccae2 -r 95742b14cf6c lib/libutil/pidlock.3
--- a/lib/libutil/pidlock.3     Mon Oct 23 01:03:23 2017 +0000
+++ b/lib/libutil/pidlock.3     Mon Oct 23 01:05:10 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pidlock.3,v 1.12 2009/03/09 19:24:27 joerg Exp $
+.\"    $NetBSD: pidlock.3,v 1.13 2017/10/23 01:05:10 wiz Exp $
 .\"
 .\" Copyright 1996, 1997 by Curt Sampson <cjs%NetBSD.org@localhost>
 .\"
@@ -152,16 +152,16 @@
 .Va errno
 to the following values on failure:
 .Bl -tag -width Er
-.It Bq Er EWOULDBLOCK
-Another running process has a lock and the
-.Dv PIDLOCK_NONBLOCK
-flag was specified.
 .It Bq Er EFTYPE
 The
 .Fa tty
 specified in
 .Fn ttylock
 is not a character special device.
+.It Bq Er EWOULDBLOCK
+Another running process has a lock and the
+.Dv PIDLOCK_NONBLOCK
+flag was specified.
 .El
 .\" .Sh SEE ALSO
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index