Sort errors.

This commit is contained in:
wiz 2017-10-23 01:05:10 +00:00
parent 661e3b5159
commit 3faa539e67

View File

@ -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>
.\"
@ -152,16 +152,16 @@ can set
.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