Deleted Added
full compact
BUF_ISLOCKED.9 (235693) BUF_ISLOCKED.9 (267936)
1.\"
2.\" Copyright (C) 2008 Attilio Rao <attilio@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
1.\"
2.\" Copyright (C) 2008 Attilio Rao <attilio@FreeBSD.org>
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21.\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
26.\" DAMAGE.
27.\"
28.\" $FreeBSD: head/share/man/man9/BUF_ISLOCKED.9 235693 2012-05-20 16:43:47Z gjb $
28.\" $FreeBSD: head/share/man/man9/BUF_ISLOCKED.9 267936 2014-06-26 21:44:30Z bapt $
29.\"
30.Dd January 22, 2008
31.Dt BUF_ISLOCKED 9
32.Os
33.Sh NAME
34.Nm BUF_ISLOCKED
35.Nd "returns the state of the lock linked to the buffer"
36.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

61.Sh SEE ALSO
62.Xr lockstatus 9 ,
63.Xr buf 9 ,
64.Xr BUF_LOCK 9 ,
65.Xr BUF_UNLOCK 9 ,
66.Xr lockmgr 9
67.Sh AUTHORS
68This manual page was written by
29.\"
30.Dd January 22, 2008
31.Dt BUF_ISLOCKED 9
32.Os
33.Sh NAME
34.Nm BUF_ISLOCKED
35.Nd "returns the state of the lock linked to the buffer"
36.Sh SYNOPSIS

--- 24 unchanged lines hidden (view full) ---

61.Sh SEE ALSO
62.Xr lockstatus 9 ,
63.Xr buf 9 ,
64.Xr BUF_LOCK 9 ,
65.Xr BUF_UNLOCK 9 ,
66.Xr lockmgr 9
67.Sh AUTHORS
68This manual page was written by
69.An Attilio Rao Aq attilio@FreeBSD.org .
69.An Attilio Rao Aq Mt attilio@FreeBSD.org .